Skip to content

Commit

Permalink
Fix Netflix Info "Cast & More" clearlogo texture inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inb4after committed Jun 8, 2021
1 parent 1c4cd22 commit 69d3785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1080i/Includes_Images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@
</variable>

<variable name="NetflixInfo_ClearLogo_Container">
<value condition="[Control.HasFocus(8999) | Control.HasFocus(53001)] + !String.IsEmpty(ListItem.Art(tvshow.clearlogo))">$INFO[ListItem.Art(tvshow.clearlogo)]</value>
<value condition="[Control.HasFocus(8999) | Control.HasFocus(53001)] + !String.IsEmpty(ListItem.Art(clearlogo))">$INFO[ListItem.Art(clearlogo)]</value>
<value condition="!String.IsEmpty(Container.ListItem.Art(tvshow.clearlogo))">$INFO[Container.ListItem.Art(tvshow.clearlogo)]</value>
<value condition="!String.IsEmpty(Container.ListItem.Art(clearlogo))">$INFO[Container.ListItem.Art(clearlogo)]</value>
<value condition="String.IsEmpty(Container.ListItem.Art(clearlogo)) + !String.IsEmpty(Window(Home).Property(TMDBHelper.ListItem.ClearLogo))">$INFO[Window(Home).Property(TMDBHelper.ListItem.ClearLogo)]</value>
Expand Down

0 comments on commit 69d3785

Please sign in to comment.