mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-24 13:59:57 +00:00
Fix new indicator for sync
Missing for incremental syncs
This commit is contained in:
parent
4a26225594
commit
0818e627c1
@ -151,6 +151,7 @@ class Library(threading.Thread):
|
||||
self.worker_notify()
|
||||
|
||||
if self.pending_refresh:
|
||||
window('emby_sync.bool', True)
|
||||
|
||||
if self.total_updates > self.progress_display:
|
||||
queue_size = self.worker_queue_size()
|
||||
|
Loading…
Reference in New Issue
Block a user