mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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