Small wording changes to settings and dont notify sync if playing back

This commit is contained in:
shaun 2015-05-31 10:47:44 +10:00
parent c3e2e031b7
commit daef852117
3 changed files with 4 additions and 8 deletions

View file

@ -522,7 +522,7 @@ class LibrarySync():
WINDOW.setProperty("SyncDatabaseRunning", "true")
#show the progress dialog
if (dbSyncIndication):
if (dbSyncIndication and xbmc.Player().isPlaying() == False):
xbmcgui.Dialog().notification('Emby for Kodi', 'Performing incremental sync...', "special://home/addons/plugin.video.emby/icon.png")
connection = utils.KodiSQL("video")