mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
seems to fix artwork for play items for episodes and movies
This commit is contained in:
parent
4a1bd80093
commit
34cac7da66
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ class PlaybackUtils():
|
||||||
|
|
||||||
#this launches the playback
|
#this launches the playback
|
||||||
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, listItem)
|
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, listItem)
|
||||||
|
xbmc.Player().play(playurl,listItem)
|
||||||
|
|
||||||
|
|
||||||
def setArt(self, list,name,path):
|
def setArt(self, list,name,path):
|
||||||
|
|
Loading…
Reference in a new issue