mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
fixed small error
This commit is contained in:
parent
b081f87e29
commit
04b7622e44
1 changed files with 1 additions and 0 deletions
|
@ -513,6 +513,7 @@ class LibrarySync():
|
|||
#this will only perform sync for items received by the websocket
|
||||
addon = xbmcaddon.Addon(id='plugin.video.emby')
|
||||
dbSyncIndication = addon.getSetting("dbSyncIndication") == "true"
|
||||
performMusicSync = addon.getSetting("enableMusicSync") == "true"
|
||||
WINDOW.setProperty("SyncDatabaseRunning", "true")
|
||||
|
||||
#show the progress dialog
|
||||
|
|
Loading…
Reference in a new issue