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

@ -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