mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Version bump 3.0.21a
This commit is contained in:
parent
a9dc804828
commit
f19e268f1b
2 changed files with 2 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue