diff options
author | ronie <ronie@users.noreply.github.com> | 2020-10-06 12:09:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-06 12:09:10 +0200 |
commit | 3a92958d671e3b6909951828aaf3a1c6b2a9caf9 (patch) | |
tree | ae01608c76247b739c337593a517b30d52c7e039 /addons/skin.estuary/xml/Variables.xml | |
parent | 449d5341e0d102cd99f0a8893162e98d4647fa2b (diff) | |
parent | 06f4d534352fe3dfb80ccbf5139756a1ac8288cf (diff) |
Merge pull request #18479 from DaVukovic/musivideoart
[Estuary] Optional poster for musicvideos
Diffstat (limited to 'addons/skin.estuary/xml/Variables.xml')
-rw-r--r-- | addons/skin.estuary/xml/Variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index bfb640fde7..d5bf247f15 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -71,7 +71,7 @@ <variable name="IconWallThumbVar"> <value condition="String.IsEqual(listitem.dbtype,genre) + System.AddonIsEnabled(resource.images.moviegenreicons.transparent)">$INFO[ListItem.Label,resource://resource.images.moviegenreicons.transparent/,.png]</value> <value condition="String.IsEqual(listitem.dbtype,studio) + System.AddonIsEnabled(resource.images.studios.white)">$INFO[ListItem.Label,resource://resource.images.studios.white/,.png]</value> - <value condition="!String.IsEmpty(Listitem.Art(poster))">$INFO[Listitem.Art(poster)]</value> + <value condition="!String.IsEmpty(Listitem.Art(poster)) + ![Container.Content(musicvideos) + !Skin.HasSetting(show_musicvideoposter)]">$INFO[Listitem.Art(poster)]</value> <value condition="!String.isempty(ListItem.Thumb)">$INFO[ListItem.Thumb]</value> <value>$INFO[ListItem.Icon]</value> </variable> |