From 7ad40e45535f897a02c759f79ad06458ce942de6 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 27 Jan 2018 05:05:40 -0600 Subject: [PATCH] Update 3.0.7a --- addon.xml | 2 +- resources/lib/playbackutils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index 45a694ad..64d85e0c 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/resources/lib/playbackutils.py b/resources/lib/playbackutils.py index 7b13dc71..0338e4f3 100644 --- a/resources/lib/playbackutils.py +++ b/resources/lib/playbackutils.py @@ -98,7 +98,7 @@ class PlaybackUtils(object): # Stack: [(url, listitem), (url, ...), ...] self.stack[0][1].setPath(self.stack[0][0]) try: - if (not xbmc.getCondVisibility('Window.IsMedia') and + if (not xbmc.getCondVisibility('Window.IsMedia') and ((self.item['Type'] == "Audio" and not xbmc.getCondVisibility('Integer.IsGreater(Playlist.Length(music),1)')) or not xbmc.getCondVisibility('Integer.IsGreater(Playlist.Length(video),1)'))): # widgets do not fill artwork correctly