diff options
Diffstat (limited to 'addons/skin.confluence/720p')
-rw-r--r-- | addons/skin.confluence/720p/includes.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/includes.xml b/addons/skin.confluence/720p/includes.xml index b7e15f70a3..8a864dde5d 100644 --- a/addons/skin.confluence/720p/includes.xml +++ b/addons/skin.confluence/720p/includes.xml @@ -1055,7 +1055,7 @@ <width>270</width> <height>55</height> <aspectratio>keep</aspectratio> - <texture background="true">$INFO[ListItem.Thumb]</texture> + <texture background="true">$INFO[ListItem.Property(Art(poster))]</texture> <visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),0)</visible> </control> <control type="image"> @@ -1065,7 +1065,7 @@ <width>270</width> <height>55</height> <aspectratio>keep</aspectratio> - <texture background="true">$INFO[ListItem.Property(Path),,banner.jpg]</texture> + <texture background="true">$INFO[ListItem.Property(Art(banner))]</texture> <visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),1)</visible> </control> <control type="image"> @@ -1138,7 +1138,7 @@ <width>270</width> <height>55</height> <aspectratio>keep</aspectratio> - <texture background="true">$INFO[ListItem.Thumb]</texture> + <texture background="true">$INFO[ListItem.Property(Art(poster))]</texture> <visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),0)</visible> </control> <control type="image"> @@ -1148,7 +1148,7 @@ <width>270</width> <height>55</height> <aspectratio>keep</aspectratio> - <texture background="true">$INFO[ListItem.Property(Path),,banner.jpg]</texture> + <texture background="true">$INFO[ListItem.Property(Art(banner))]</texture> <visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),1)</visible> </control> <control type="image"> |