mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-02-06 19:13:30 -05:00
Fix #1154137 (Job progress and status not always updated)
This commit is contained in:
parent
0967513c1a
commit
91ad373d78
@ -179,7 +179,7 @@ class Server(Thread):
|
||||
try:
|
||||
n = worker.notifications.get_nowait()
|
||||
worker.job.notifications.put(n)
|
||||
self.changed_jobs_queue.put(job)
|
||||
self.changed_jobs_queue.put(worker.job)
|
||||
except Empty:
|
||||
break
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user