mirror of
https://github.com/jellyfin/jellycon.git
synced 2024-11-27 08:10:28 +00:00
Remove debug statement
This commit is contained in:
parent
086a068fb1
commit
62469e806a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user