Improvements to sync dialog
This commit is contained in:
parent
d636271525
commit
12db99203f
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ class LibrarySync(Thread):
|
||||||
if self.xbmcplayer.isPlaying():
|
if self.xbmcplayer.isPlaying():
|
||||||
# Don't show any dialog if media is playing
|
# Don't show any dialog if media is playing
|
||||||
return
|
return
|
||||||
if settings('dbSyncIndicator') != 'true':
|
if window('dbSyncIndicator') != 'true':
|
||||||
if not forced:
|
if not forced:
|
||||||
return
|
return
|
||||||
if icon == "plex":
|
if icon == "plex":
|
||||||
|
@ -1538,7 +1538,7 @@ class LibrarySync(Thread):
|
||||||
window('plex_dbScan', clear=True)
|
window('plex_dbScan', clear=True)
|
||||||
state.DB_SCAN = False
|
state.DB_SCAN = False
|
||||||
# Full library sync finished
|
# Full library sync finished
|
||||||
self.showKodiNote(lang(39407), forced=False)
|
self.showKodiNote(lang(39407), forced=True)
|
||||||
# Reset views was requested from somewhere else
|
# Reset views was requested from somewhere else
|
||||||
elif window('plex_runLibScan') == "views":
|
elif window('plex_runLibScan') == "views":
|
||||||
log.info('Refresh playlist and nodes requested, starting')
|
log.info('Refresh playlist and nodes requested, starting')
|
||||||
|
|
Loading…
Reference in a new issue