diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 9eeaed22..526d653b 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -1687,7 +1687,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)