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)
|
||||
# Let Kodi update the library now (artwork and userdata)
|
||||
if self.updateKodiVideoLib:
|
||||
self.logMsg("Doing Kodi Video Lib update", 2)
|
||||
xbmc.executebuiltin('UpdateLibrary(video)')
|
||||
# Reset and return
|
||||
self.allKodiElementsId = {}
|
||||
self.allPlexElementsId = {}
|
||||
xbmc.executebuiltin('UpdateLibrary(video)')
|
||||
return True
|
||||
|
||||
def saveLastSync(self):
|
||||
|
|
Loading…
Reference in a new issue