Force refresh fanart

The only thing cached into texture13.db I believe fanart was the last
thing that wasn't changing when modified in Emby.
This commit is contained in:
angelblue05 2015-06-19 05:53:22 -05:00
parent ae07e1b4c6
commit 142908d56d
3 changed files with 18 additions and 1 deletions

View file

@ -54,6 +54,8 @@ def KodiSQL(type="video"):
if type == "music":
dbPath = getKodiMusicDBPath()
elif type == "texture":
dbPath = xbmc.translatePath("special://database/Textures13.db")
else:
dbPath = getKodiVideoDBPath()