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:
parent
fcf6dce7d4
commit
ca1a101975
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue