Adjust playback

Allow direct play for http streams
This commit is contained in:
angelblue05 2018-10-08 21:12:59 -05:00
parent 883ff69f11
commit 1147a3b2bf
2 changed files with 5 additions and 4 deletions

View file

@ -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)