mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix new indicator for sync
Missing for incremental syncs
This commit is contained in:
parent
4a26225594
commit
0818e627c1
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue