Skip to content

Commit

Permalink
Fixed: [Confluence] no Show plot in Media Info 2 view with 'Use "Post…
Browse files Browse the repository at this point in the history
…ers" instead of "Banners" for TV Shows' set
  • Loading branch information
JezzX committed Dec 18, 2011
1 parent e10a739 commit 405e75a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion addons/skin.confluence/720p/ViewsVideoLibrary.xml
Expand Up @@ -1081,7 +1081,7 @@
<bordersize>8</bordersize>
</control>
<control type="textbox">
<description>Description Value for Item</description>
<description>Description Value for Seasons</description>
<posx>270</posx>
<posy>0</posy>
<width>250</width>
Expand All @@ -1093,6 +1093,19 @@
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>Container.Content(Seasons)</visible>
</control>
<control type="textbox">
<description>Description Value for TVShows</description>
<posx>270</posx>
<posy>0</posy>
<width>250</width>
<height>355</height>
<font>font12</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>Container.Content(TVShows) + Skin.HasSetting(TVShowsUsePosters)</visible>
</control>
<control type="label">
<description>Watched Count</description>
<posx>10</posx>
Expand Down

0 comments on commit 405e75a

Please sign in to comment.