notification dialog follow progress on screen

For initial/manual/repair sync
This commit is contained in:
angelblue05 2016-02-22 00:16:32 -06:00
parent cf05bcd8ce
commit 3207f5a2c1

View file

@ -336,7 +336,8 @@ class LibrarySync(threading.Thread):
xbmc.executebuiltin('InhibitIdleShutdown(false)')
window('emby_dbScan', clear=True)
window('emby_initialScan', clear=True)
xbmcgui.Dialog().notification(
if forceddialog:
xbmcgui.Dialog().notification(
heading="Emby for Kodi",
message="%s %s %s" %
(message, utils.language(33025), str(elapsedtotal).split('.')[0]),