mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Skip widget workaround for 18
This commit is contained in:
parent
582d90110d
commit
ee11112f1c
1 changed files with 3 additions and 4 deletions
|
@ -61,13 +61,12 @@ class PlaybackUtils(object):
|
|||
log.info("Build does not require workaround for widgets?")
|
||||
return False
|
||||
|
||||
'''
|
||||
elif int(kodi_version[:2]):
|
||||
elif int(kodi_version[:2]) == 18:
|
||||
log.info("Kodi Leia")
|
||||
return False
|
||||
'''
|
||||
|
||||
''' if not xbmc.getCondVisibility('Window.IsMedia'):
|
||||
'''
|
||||
if not xbmc.getCondVisibility('Window.IsMedia'):
|
||||
log.info("Not Window.IsMedia")
|
||||
|
||||
if self.item['Type'] == "Audio" and not xbmc.getCondVisibility('Integer.IsGreater(Playlist.Length(music),1)'):
|
||||
|
|
Loading…
Reference in a new issue