Version bump 3.0.21a

This commit is contained in:
angelblue05 2018-04-15 02:28:12 -05:00
parent a9dc804828
commit f19e268f1b
2 changed files with 2 additions and 2 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.20a"
version="3.0.21a"
provider-name="Emby.media">
<requires>
<import addon="xbmc.python" version="2.25.0"/>

View file

@ -63,7 +63,7 @@ class PlaybackUtils(object):
if KODI_V == 18:
return False
elif kodi_version and "Git:" in kodi_version and kodi_version.split('Git:')[1].split("-")[0] == '20171119':
elif kodi_version and "Git:" in kodi_version and kodi_version.split('Git:')[1].split("-")[0] in ('20171119', 'a9a7a20'):
#TODO: To be reviewed once Leia is out.
log.info("Build does not require workaround for widgets?")
return False