Version bump 3.0.16a

This commit is contained in:
angelblue05 2018-03-23 04:55:43 -05:00
parent ef376a83be
commit da7094a9de
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.emby"
name="Emby"
version="3.0.15a"
version="3.0.16a"
provider-name="Emby.media">
<requires>
<import addon="xbmc.python" version="2.25.0"/>

View File

@ -97,8 +97,6 @@ class PlaybackUtils(object):
resume = window('emby.resume')
window('emby.resume', clear=True)
log.info(sys.argv)
play_url = putils.PlayUtils(self.item, listitem).get_play_url(force_transcode)
if not play_url: