From 97342edee0aab2e2245cfd1a9f7ae2989db589ad Mon Sep 17 00:00:00 2001 From: mcarlton00 Date: Sun, 5 Jul 2020 12:03:28 -0400 Subject: [PATCH] Remove bad variable --- resources/lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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