From ca1a10197503afab9644559f519237ad9fcb9b90 Mon Sep 17 00:00:00 2001 From: milaq Date: Mon, 1 Aug 2016 16:26:26 +0200 Subject: [PATCH] sync: dont force show "full library sync finished" if the user deselects "show library sync progress" positive sync messages shouldnt be shown at all --- 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 e2b8a449..716a9e9a 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -1689,7 +1689,7 @@ class LibrarySync(Thread): window('plex_runLibScan', clear=True) window('plex_dbScan', clear=True) # Full library sync finished - self.showKodiNote(string(39407), forced=True) + self.showKodiNote(string(39407), forced=False) # Reset views was requested from somewhere else elif window('plex_runLibScan') == "views": log('Refresh playlist and nodes requested, starting', 0)