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

@ -273,7 +273,7 @@ class WebSocketThread(threading.Thread):
#Process music library
addon = xbmcaddon.Addon(id='plugin.video.emby')
if addon.getSetting("enableMusicSync") == "true":
if addon.getSetting("disableMusicSync") == "false":
connection = utils.KodiSQL("music")
cursor = connection.cursor()
for item in itemsRemoved: