Fix UpdateLibrary(video)

This commit is contained in:
tomkat83 2016-02-11 14:07:52 +01:00
parent e8900b0a4a
commit fa8c6e49b8

View file

@ -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):