3 Commits

Author SHA1 Message Date
mcarlton00
62469e806a Remove debug statement 2020-07-05 12:10:26 -04:00
mcarlton00
086a068fb1 Fix version string 2020-07-05 12:05:16 -04:00
mcarlton00
97342edee0 Remove bad variable 2020-07-05 12:03:28 -04:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.jellycon"
name="JellyCon"
version="1.9.100"
version="0.1.1"
provider-name="Team B">
<requires>
<import addon="xbmc.python" version="2.25.0"/>

View File

@@ -104,7 +104,6 @@ class PlayUtils:
playurl = playurl % (server, item_id, play_session_id, item_id)
if use_https and not verify_cert:
playurl += "|verifypeer=false"
playurl = direct_stream_path
playback_type = "1"
# check is file can be transcoded