Merge pull request #81 from milaq/fullsyncmessage
sync: dont force show "full library sync finished"
This commit is contained in:
commit
445b97a2ac
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue