set music sync on as default and added emby icon

This commit is contained in:
im85288 2015-05-30 22:18:23 +01:00
parent 795430daff
commit 77c91379b2
5 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@ class LibrarySync():
startupDone = WINDOW.getProperty("startup") == "done"
syncInstallRunDone = addon.getSetting("SyncInstallRunDone") == "true"
performMusicSync = addon.getSetting("enableMusicSync") == "true"
performMusicSync = addon.getSetting("disableMusicSync") == "false"
dbSyncIndication = addon.getSetting("dbSyncIndication") == "true"
WINDOW.setProperty("SyncDatabaseRunning", "true")
@ -518,7 +518,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"
performMusicSync = addon.getSetting("disableMusicSync") == "false"
WINDOW.setProperty("SyncDatabaseRunning", "true")
#show the progress dialog