Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62469e806a | ||
|
|
086a068fb1 | ||
|
|
97342edee0 |
@@ -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"/>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user