From 559242986393fd20dbca87c9cdae0fc974430a5c Mon Sep 17 00:00:00 2001 From: xnappo Date: Sun, 6 Sep 2015 12:32:07 -0500 Subject: [PATCH] Missed a line at merge --- resources/lib/LibrarySync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/LibrarySync.py b/resources/lib/LibrarySync.py index d6c1dab9..35de7bb3 100644 --- a/resources/lib/LibrarySync.py +++ b/resources/lib/LibrarySync.py @@ -181,6 +181,7 @@ class LibrarySync(threading.Thread): # set the install done setting if(syncInstallRunDone == False and completed): utils.settings("SyncInstallRunDone", "true") + utils.settings("dbCreatedWithVersion", self.clientInfo.getVersion()) # Commit all DB changes at once and Force refresh the library xbmc.executebuiltin("UpdateLibrary(video)")