diff options
author | ronie <ronie@poedel.net> | 2012-12-02 03:26:32 +0100 |
---|---|---|
committer | ronie <ronie@poedel.net> | 2012-12-02 03:26:32 +0100 |
commit | 1bf4a48d9add84c552c03b0dd9d374aa12b4a587 (patch) | |
tree | 1e2953ab6198c2ec7a1404648cc46132ad7391e8 /addons/skin.confluence/720p | |
parent | c2a4083a083f12f800dc3ffc59c336c11d2cf4e9 (diff) |
use poster/banner infolabel in nextaired window
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"> |