Skip to content

Commit

Permalink
[estuary] fallback to icon in poster view
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie committed Oct 25, 2016
1 parent ec6d567 commit 8d5a079
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions addons/skin.estuary/1080i/Variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@
<value condition="!String.IsEmpty(Container.Art(tvshow.poster)) + Container.Content(seasons) + Window.IsActive(movieinformation)">$INFO[Container.Art(tvshow.poster)]</value>
<value condition="Container.Content(actors) | Container.Content(directors)">$INFO[Container.ListItem.Art(thumb)]</value>
<value condition="!String.IsEmpty(ListItem.Art(tvshow.poster)) + !Container.Content(seasons)">$INFO[ListItem.Art(tvshow.poster)]</value>
<value>$INFO[ListItem.Art(poster)]</value>
<value condition="!String.IsEmpty(Listitem.Art(poster))">$INFO[Listitem.Art(poster)]</value>
<value>$INFO[ListItem.Icon]</value>
</variable>
<variable name="InfoDialogPosterVar">
<value condition="!String.IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value>
Expand All @@ -175,7 +176,8 @@
</variable>
<variable name="ListPosterVar">
<value condition="ListItem.IsParentFolder">DefaultFolderBackSquare.png</value>
<value>$INFO[ListItem.Art(poster)]</value>
<value condition="!String.IsEmpty(Listitem.Art(poster))">$INFO[Listitem.Art(poster)]</value>
<value>$INFO[ListItem.Icon]</value>
</variable>
<variable name="BannerLabel2Var">
<value condition="String.IsEqual(Listitem.DBType,tvshow)">$INFO[ListItem.Property(WatchedEpisodes)]$INFO[ListItem.Property(TotalEpisodes), / ,]</value>
Expand Down

0 comments on commit 8d5a079

Please sign in to comment.