diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-11-05 19:42:50 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-11-05 19:53:50 +1300 |
commit | 5016002f7a1136f6b730cba6a826183ebfd18295 (patch) | |
tree | 1e1f744070b61fbfd44c4bcafddb2c49cf5f8f11 /addons/skin.confluence | |
parent | b048e018369bdbb6a793b63ba4fb05fc06e25323 (diff) |
[confluence] switch a ListItem.Property(Fanart_Image) to ListItem.Art(fanart)
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/DialogVideoInfo.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/DialogVideoInfo.xml b/addons/skin.confluence/720p/DialogVideoInfo.xml index 8e9b2ae921..39499d63fa 100644 --- a/addons/skin.confluence/720p/DialogVideoInfo.xml +++ b/addons/skin.confluence/720p/DialogVideoInfo.xml @@ -77,10 +77,10 @@ <bordertexture border="5">button-nofocus.png</bordertexture> <bordersize>4</bordersize> <aspectratio>keep</aspectratio> - <visible>!IsEmpty(Listitem.Property(Fanart_Image))</visible> + <visible>!IsEmpty(Listitem.Art(fanart))</visible> </control> <control type="group"> - <visible>IsEmpty(Listitem.Property(Fanart_Image))</visible> + <visible>IsEmpty(Listitem.Art(fanart))</visible> <control type="image"> <description>No Fanart Back</description> <posx>0</posx> |