mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Refresh item after addon is done
This commit is contained in:
@ -83,7 +83,7 @@ object OJob {
|
||||
else
|
||||
pubsub.publish1IgnoreErrors(
|
||||
JobDone.topic,
|
||||
JobDone(job.id, job.group, job.task, job.args, JobState.Cancelled)
|
||||
JobDone(job.id, job.group, job.task, job.args, JobState.Cancelled, None)
|
||||
)
|
||||
} yield JobCancelResult.removed
|
||||
|
||||
|
Reference in New Issue
Block a user