diff --git a/resources/lib/utils.py b/resources/lib/utils.py index 5aff02a..f643fe8 100644 --- a/resources/lib/utils.py +++ b/resources/lib/utils.py @@ -102,9 +102,9 @@ class PlayUtils: "&PlaySessionId=%s" + "&MediaSourceId=%s") playurl = playurl % (server, item_id, play_session_id, item_id) + import web_pdb; web_pdb.set_trace() if use_https and not verify_cert: playurl += "|verifypeer=false" - playurl = direct_stream_path playback_type = "1" # check is file can be transcoded