mirror of
https://github.com/jellyfin/jellycon.git
synced 2024-11-23 22:19:54 +00:00
Fix playing all files
This commit is contained in:
parent
59b352df35
commit
f78764d18a
@ -1117,7 +1117,7 @@ def get_playing_data():
|
||||
return {}
|
||||
|
||||
|
||||
def get_play_url(media_source, play_session_id, channel_id):
|
||||
def get_play_url(media_source, play_session_id, channel_id=None):
|
||||
log.debug("get_play_url - media_source: {0}", media_source)
|
||||
|
||||
# check if strm file Container
|
||||
|
Loading…
Reference in New Issue
Block a user