From 0818e627c14042c7b7c30726df544dd973348456 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 26 Jan 2019 00:25:02 -0600 Subject: [PATCH] Fix new indicator for sync Missing for incremental syncs --- resources/lib/library.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/library.py b/resources/lib/library.py index 959e5e7e..a69098e4 100644 --- a/resources/lib/library.py +++ b/resources/lib/library.py @@ -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()