mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-19 07:45:07 +00:00
Adjust playback
Allow direct play for http streams
This commit is contained in:
parent
883ff69f11
commit
1147a3b2bf
2 changed files with 5 additions and 4 deletions
|
@ -79,8 +79,7 @@ class Player(xbmc.Player):
|
|||
|
||||
break
|
||||
else:
|
||||
item = items[0]
|
||||
items.pop(0)
|
||||
item = items.pop(0)
|
||||
|
||||
window('emby_play.json', items)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue