sync: dont force show "full library sync finished"

if the user deselects "show library sync progress" positive sync messages shouldnt be shown at all
This commit is contained in:
milaq 2016-08-01 16:26:26 +02:00
parent fcf6dce7d4
commit ca1a101975

View file

@ -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)