Skip to content

Commit

Permalink
Fixed thumbnails for some video addon providers
Browse files Browse the repository at this point in the history
  • Loading branch information
sualfred committed Jun 6, 2018
1 parent a51d043 commit b42aaed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xml/Embuary_Variables.xml
Expand Up @@ -329,6 +329,7 @@
<value condition="!String.IsEmpty(ListItem.Art(tvshow.landscape))">$INFO[ListItem.Art(tvshow.landscape)]</value>
<value condition="!String.IsEmpty(ListItem.Art(landscape))">$INFO[ListItem.Art(landscape)]</value>
<value condition="!String.IsEmpty(ListItem.Art(tvshow.fanart))">$INFO[ListItem.Art(tvshow.fanart)]</value>
<value condition="Container.Content(videos) + !String.StartsWith(ListItem.Icon,Default)">$INFO[ListItem.Icon]</value>
<value condition="!String.IsEmpty(ListItem.Art(fanart)) + [!String.IsEmpty(ListItem.DBType) | String.StartsWith(ListItem.Path,plugin://) | Window.IsVisible(addonbrowser) | Window.IsVisible(programs)]">$INFO[ListItem.Art(fanart)]</value>
<value condition="!String.IsEmpty(ListItem.Property(fanart))">$INFO[ListItem.Property(fanart)]</value>
<value condition="!String.StartsWith(ListItem.Icon,Default)">$INFO[ListItem.Icon]</value>
Expand Down

0 comments on commit b42aaed

Please sign in to comment.