Skip to content

Commit

Permalink
Honor spoiler settings on recently added episodes (#175)
Browse files Browse the repository at this point in the history
Thanks.
  • Loading branch information
netpok authored Feb 18, 2024
1 parent 01dd236 commit 3dfabdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 720p/IncludesHomeRecentlyAdded.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Art(thumb)]</texture>
<texture background="true">$VAR[PosterThumb]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
</control>
Expand Down Expand Up @@ -263,7 +263,7 @@
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Art(thumb)]</texture>
<texture background="true">$VAR[PosterThumb]</texture>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<visible>Control.HasFocus(8001)</visible>
Expand All @@ -274,7 +274,7 @@
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<texture>$VAR[PosterThumb]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<visible>!Control.HasFocus(8001)</visible>
Expand Down

0 comments on commit 3dfabdb

Please sign in to comment.