Skip to content

Commit

Permalink
Merge pull request xbmc#16298 from dagwieers/always-studio-icons
Browse files Browse the repository at this point in the history
Show Studio icons (e.g. on folders, episodes or movies)
  • Loading branch information
ronie authored Oct 7, 2019
2 parents 8ba9cb2 + 758d593 commit b68ca73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/skin.estuary/xml/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,16 +355,16 @@
<usecontrolcoords>true</usecontrolcoords>
<control type="group">
<width>150</width>
<visible>System.HasAddon(resource.images.studios.white) + String.IsEqual($PARAM[infolabel_prefix]ListItem.DBtype,tvshow)</visible>
<visible>System.HasAddon(resource.images.studios.white) + !String.IsEmpty($PARAM[infolabel_prefix]ListItem.Studio)</visible>
<include content="MediaFlag">
<param name="texture" value="$INFO[$PARAM[infolabel_prefix]ListItem.Studio,resource://resource.images.studios.white/,.png]" />
</include>
</control>
<control type="group">
<top>10</top>
<width>200</width>
<visible>!String.IsEmpty($PARAM[infolabel_prefix]ListItem.Premiered)</visible>
<include content="InfoFlag">
<param name="visible" value="[String.IsEqual($PARAM[infolabel_prefix]ListItem.DBtype,tvshow) | String.IsEqual($PARAM[infolabel_prefix]ListItem.DBtype,episode)] + !String.IsEmpty($PARAM[infolabel_prefix]ListItem.Premiered)" />
<param name="icon" value="lists/year.png" />
<param name="label" value="$INFO[$PARAM[infolabel_prefix]ListItem.Premiered]" />
</include>
Expand Down

0 comments on commit b68ca73

Please sign in to comment.