Missed a line at merge

This commit is contained in:
xnappo 2015-09-06 12:32:07 -05:00
parent 76bec3e846
commit 5592429863
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ class LibrarySync(threading.Thread):
# set the install done setting # set the install done setting
if(syncInstallRunDone == False and completed): if(syncInstallRunDone == False and completed):
utils.settings("SyncInstallRunDone", "true") utils.settings("SyncInstallRunDone", "true")
utils.settings("dbCreatedWithVersion", self.clientInfo.getVersion())
# Commit all DB changes at once and Force refresh the library # Commit all DB changes at once and Force refresh the library
xbmc.executebuiltin("UpdateLibrary(video)") xbmc.executebuiltin("UpdateLibrary(video)")