Refresh item after addon is done

This commit is contained in:
eikek
2022-05-18 00:23:46 +02:00
parent 5abbe92f2b
commit 29a5894884
15 changed files with 123 additions and 19 deletions

View File

@ -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