Remove bad variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user