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:
angelblue05 2015-04-12 08:49:36 -05:00
parent 0e5ecd38d3
commit 060a6f1323
2 changed files with 20 additions and 1 deletions

View file

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