seems to fix artwork for play items for episodes and movies

This commit is contained in:
im85288 2015-03-19 23:10:45 +00:00
parent 4a1bd80093
commit 34cac7da66
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ class PlaybackUtils():
#this launches the playback
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, listItem)
xbmc.Player().play(playurl,listItem)
def setArt(self, list,name,path):