Fix new indicator for sync

Missing for incremental syncs
This commit is contained in:
angelblue05 2019-01-26 00:25:02 -06:00
parent 4a26225594
commit 0818e627c1
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ class Library(threading.Thread):
self.worker_notify() self.worker_notify()
if self.pending_refresh: if self.pending_refresh:
window('emby_sync.bool', True)
if self.total_updates > self.progress_display: if self.total_updates > self.progress_display:
queue_size = self.worker_queue_size() queue_size = self.worker_queue_size()