mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-06 00:06:13 +00:00
Add option to delete user info
Added for testing update library to force refresh newly set thumbnails after first sync (only).
This commit is contained in:
parent
0e5ecd38d3
commit
060a6f1323
2 changed files with 20 additions and 1 deletions
|
@ -119,6 +119,8 @@ class Service():
|
|||
countSync = librarySync.updatePlayCounts()
|
||||
xbmc.log("Doing_Db_Sync: updatePlayCounts (Finished) " + str(countSync))
|
||||
|
||||
# Force refresh newly set thumbnails
|
||||
xbmc.executebuiltin("UpdateLibrary(video)")
|
||||
if(libSync and countSync):
|
||||
startupComplete = True
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue