mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-18 06:06:14 +00:00
Small wording changes to settings and dont notify sync if playing back
This commit is contained in:
parent
c3e2e031b7
commit
daef852117
3 changed files with 4 additions and 8 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue