From 04b7622e4484496bdfbf423270a09c869367107d Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 8 May 2015 00:14:42 +0200 Subject: [PATCH] fixed small error --- resources/lib/LibrarySync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/LibrarySync.py b/resources/lib/LibrarySync.py index 19eb369e..22602f6d 100644 --- a/resources/lib/LibrarySync.py +++ b/resources/lib/LibrarySync.py @@ -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