Fix UpdateLibrary(video)
This commit is contained in:
parent
e8900b0a4a
commit
fa8c6e49b8
1 changed files with 1 additions and 1 deletions
|
@ -299,11 +299,11 @@ class LibrarySync(Thread):
|
||||||
lastViewedAt=lastSync)
|
lastViewedAt=lastSync)
|
||||||
# Let Kodi update the library now (artwork and userdata)
|
# Let Kodi update the library now (artwork and userdata)
|
||||||
if self.updateKodiVideoLib:
|
if self.updateKodiVideoLib:
|
||||||
|
self.logMsg("Doing Kodi Video Lib update", 2)
|
||||||
xbmc.executebuiltin('UpdateLibrary(video)')
|
xbmc.executebuiltin('UpdateLibrary(video)')
|
||||||
# Reset and return
|
# Reset and return
|
||||||
self.allKodiElementsId = {}
|
self.allKodiElementsId = {}
|
||||||
self.allPlexElementsId = {}
|
self.allPlexElementsId = {}
|
||||||
xbmc.executebuiltin('UpdateLibrary(video)')
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def saveLastSync(self):
|
def saveLastSync(self):
|
||||||
|
|
Loading…
Reference in a new issue