mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
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
|
# 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)")
|
||||||
|
|
Loading…
Reference in a new issue