mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix missing argument
This commit is contained in:
parent
79e79eddd1
commit
0295291450
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ class PlaybackUtils():
|
|||
thumb = API().getArtwork(item, "Primary")
|
||||
listItem = xbmcgui.ListItem(path=playurl, iconImage=thumb, thumbnailImage=thumb)
|
||||
self.setListItemProps(server, id, listItem, item)
|
||||
self.setProperties(playurl, item)
|
||||
self.setProperties(playurl, item, listItem)
|
||||
|
||||
playlist.add(playurl, listItem)
|
||||
|
||||
|
|
Loading…
Reference in a new issue