From 68ad71de6f1e65908e1f86667d89f7894cd9321d Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Fri, 19 Jan 2018 01:31:09 -0600 Subject: [PATCH] Process updates when nothing is playing --- resources/lib/librarysync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 83181a01..29943997 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -744,7 +744,7 @@ class LibrarySync(threading.Thread): self.incremental_count = 0 window('emby_kodiScan', clear=True) - if window('emby_dbScan') != "true" and window('emby_shouldStop') != "true": + if not xbmc.Player().isPlaying() and window('emby_dbScan') != "true" and window('emby_shouldStop') != "true": self.incrementalSync() if window('emby_onWake') == "true" and window('emby_online') == "true":