Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
⚡ Remove service title check for fallback fanart - jurialmunkey/plugi…
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jul 5, 2023
1 parent 6127b45 commit 2e2dc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1080i/Includes_Images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<value condition="Window.IsMedia + Control.IsVisible(502) + Control.HasFocus(503) + !String.IsEmpty(Container(503).ListItem.Art(fanart))">$INFO[Container(503).ListItem.Art(fanart)]</value>
<value condition="Window.IsMedia + Control.IsVisible(512) + Control.HasFocus(513) + !String.IsEmpty(Container(513).ListItem.Art(fanart))">$INFO[Container(513).ListItem.Art(fanart)]</value>
<value condition="Window.IsMedia + Control.IsVisible(522) + Control.HasFocus(523) + !String.IsEmpty(Container(523).ListItem.Art(fanart))">$INFO[Container(523).ListItem.Art(fanart)]</value>
<value condition="$EXP[Exp_HasBackgroundFanart] + !String.IsEmpty(Container(99950).ListItem.Art(fanart)) + [!$EXP[Exp_WidgetWindow] | String.IsEqual(Container.ListItem.Title,Container(99950).ListItem.Title)]">$INFO[Container(99950).ListItem.Art(fanart)]</value>
<value condition="$EXP[Exp_HasBackgroundFanart] + !String.IsEmpty(Container(99950).ListItem.Art(fanart))">$INFO[Container(99950).ListItem.Art(fanart)]</value>
<value>$VAR[Image_SimpleBackground]</value>
</variable>

Expand Down

0 comments on commit 2e2dc9b

Please sign in to comment.