diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-10-16 08:03:35 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-10-16 08:04:15 +1100 |
commit | 78c98e171672bbda8229378b4bf69df120232c84 (patch) | |
tree | 9a4bcdac16f566b4d9d2a73d550ff54af76b9a29 /addons/skin.confluence | |
parent | 8fa9aef3887a6e88c7351cf710fad3678044c5cb (diff) |
Fixed: [Confluence] Don't assume TV Shows return a poster for their scrapped thumb anymore because apparently that changed recently and they now get banners again
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/ViewsFileMode.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/ViewsFileMode.xml b/addons/skin.confluence/720p/ViewsFileMode.xml index 8d04e7d788..903bb79cf2 100644 --- a/addons/skin.confluence/720p/ViewsFileMode.xml +++ b/addons/skin.confluence/720p/ViewsFileMode.xml @@ -206,7 +206,7 @@ <height>540</height> <aspectratio aligny="bottom">keep</aspectratio> <fadetime>IconCrossfadeTime</fadetime> - <texture background="true">$INFO[ListItem.Icon]</texture> + <texture background="true">$VAR[PosterThumb]</texture> <bordertexture border="8">ThumbShadow.png</bordertexture> <bordersize>8</bordersize> </control> @@ -217,7 +217,7 @@ <height>524</height> <aspectratio aligny="top">keep</aspectratio> <fadetime>IconCrossfadeTime</fadetime> - <texture diffuse="diffuse_mirror3.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture> + <texture diffuse="diffuse_mirror3.png" flipy="true" background="true">$VAR[PosterThumb]</texture> </control> </control> </control> @@ -333,7 +333,7 @@ <height>240</height> <bordertexture border="5">button-nofocus.png</bordertexture> <bordersize>5</bordersize> - <texture background="true">$INFO[Listitem.Icon]</texture> + <texture background="true">$VAR[PosterThumb]</texture> </control> <control type="label"> <posx>108</posx> @@ -364,7 +364,7 @@ <height>240</height> <bordertexture border="5">folder-focus.png</bordertexture> <bordersize>5</bordersize> - <texture background="true">$INFO[Listitem.Icon]</texture> + <texture background="true">$VAR[PosterThumb]</texture> </control> <control type="label"> <posx>108</posx> |