mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Version bump 3.0.16a
This commit is contained in:
parent
ef376a83be
commit
da7094a9de
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.emby"
|
<addon id="plugin.video.emby"
|
||||||
name="Emby"
|
name="Emby"
|
||||||
version="3.0.15a"
|
version="3.0.16a"
|
||||||
provider-name="Emby.media">
|
provider-name="Emby.media">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.25.0"/>
|
<import addon="xbmc.python" version="2.25.0"/>
|
||||||
|
|
|
@ -97,8 +97,6 @@ class PlaybackUtils(object):
|
||||||
resume = window('emby.resume')
|
resume = window('emby.resume')
|
||||||
window('emby.resume', clear=True)
|
window('emby.resume', clear=True)
|
||||||
|
|
||||||
log.info(sys.argv)
|
|
||||||
|
|
||||||
play_url = putils.PlayUtils(self.item, listitem).get_play_url(force_transcode)
|
play_url = putils.PlayUtils(self.item, listitem).get_play_url(force_transcode)
|
||||||
|
|
||||||
if not play_url:
|
if not play_url:
|
||||||
|
|
Loading…
Reference in a new issue