Remove debug statement

This commit is contained in:
mcarlton00 2020-07-05 12:10:26 -04:00
parent 086a068fb1
commit 62469e806a

View File

@ -102,7 +102,6 @@ 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"
playback_type = "1"