From 12db99203f8f9ae5bea8f65292bdc116efc5037e Mon Sep 17 00:00:00 2001 From: croneter Date: Sat, 19 Aug 2017 13:43:50 +0200 Subject: [PATCH] Improvements to sync dialog --- resources/lib/librarysync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index f49257e1..67301a11 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -96,7 +96,7 @@ class LibrarySync(Thread): if self.xbmcplayer.isPlaying(): # Don't show any dialog if media is playing return - if settings('dbSyncIndicator') != 'true': + if window('dbSyncIndicator') != 'true': if not forced: return if icon == "plex": @@ -1538,7 +1538,7 @@ class LibrarySync(Thread): window('plex_dbScan', clear=True) state.DB_SCAN = False # Full library sync finished - self.showKodiNote(lang(39407), forced=False) + self.showKodiNote(lang(39407), forced=True) # Reset views was requested from somewhere else elif window('plex_runLibScan') == "views": log.info('Refresh playlist and nodes requested, starting')