Merge pull request #81 from milaq/fullsyncmessage

sync: dont force show "full library sync finished"
This commit is contained in:
croneter 2016-08-11 22:29:03 +02:00 committed by GitHub
commit 445b97a2ac

View file

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