Missed a line at merge
This commit is contained in:
parent
76bec3e846
commit
5592429863
1 changed files with 1 additions and 0 deletions
|
@ -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)")
|
||||
|
|
Loading…
Reference in a new issue