aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2012-10-30 10:32:25 +1100
committerJezz_X <jezzx2@gmail.com>2012-10-30 10:33:26 +1100
commit21dc3a258c2c211571e8be5213edbbe5844596db (patch)
tree479bc9da0e9b8c922ae2233c680f197f4bc87e76 /addons
parent7be290104b04d8704e264696ffa0dfbc11d3e74c (diff)
Changed: [Confluence] show the fanart view for movie sets
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.confluence/720p/ViewsVideoLibrary.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/ViewsVideoLibrary.xml b/addons/skin.confluence/720p/ViewsVideoLibrary.xml
index e297594f45..2a5dc816c3 100644
--- a/addons/skin.confluence/720p/ViewsVideoLibrary.xml
+++ b/addons/skin.confluence/720p/ViewsVideoLibrary.xml
@@ -277,7 +277,7 @@
<control type="group">
<posx>0</posx>
<posy>350</posy>
- <visible>Control.IsVisible(508) + [[ListItem.IsFolder + Container.Content(Movies)] | Skin.HasSetting(View508HideInfo)]</visible>
+ <visible>Control.IsVisible(508) + [[ListItem.IsFolder + Container.Content(Movies)] | Skin.HasSetting(View508HideInfo) | Container.Content(Sets)]</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<posx>0</posx>
@@ -307,7 +307,7 @@
<posx>0</posx>
<posy>460</posy>
<control type="fixedlist" id="508">
- <visible>Container.Content(Movies) | Container.Content(TVShows)</visible>
+ <visible>Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Sets)</visible>
<hitrect x="0" y="-10" w="1280" h="190" />
<posx>-20</posx>
<posy>0</posy>
@@ -420,7 +420,7 @@
<control type="group">
<posx>180</posx>
<posy>40</posy>
- <visible>Control.IsVisible(508) + ![ListItem.IsFolder + Container.Content(Movies)] + !Skin.HasSetting(View508HideInfo)</visible>
+ <visible>Control.IsVisible(508) + ![ListItem.IsFolder + Container.Content(Movies)] + !Skin.HasSetting(View508HideInfo) + !Container.Content(Sets)</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<posx>0</posx>