diff --git a/resources/lib/LibrarySync.py b/resources/lib/LibrarySync.py index b5f1f348..ea6b2c96 100644 --- a/resources/lib/LibrarySync.py +++ b/resources/lib/LibrarySync.py @@ -63,8 +63,8 @@ class LibrarySync(threading.Thread): startupDone = WINDOW.getProperty("startup") == "done" syncInstallRunDone = addon.getSetting("SyncInstallRunDone") == "true" performMusicSync = addon.getSetting("enableMusicSync") == "true" - dbSyncIndication = addon.getSetting("dbSyncIndication") == "true" - + dbSyncIndication = addon.getSetting("dbSyncIndication") == "true" + ### BUILD VIDEO NODES LISTING ### VideoNodes().buildVideoNodesListing() ### CREATE SOURCES ### @@ -72,7 +72,7 @@ class LibrarySync(threading.Thread): # Only create sources once self.logMsg("Sources.xml created.", 0) utils.createSources() - addon.setSetting("Sources", "true") + addon.setSetting("Sources", "true") # just do a incremental sync if that is what is required if(addon.getSetting("useIncSync") == "true" and addon.getSetting("SyncInstallRunDone") == "true"):