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

Commit

Permalink
⚡ Make OSD premiere date change consistent with library
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jul 27, 2024
1 parent 856a53b commit 99848a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1080i/Includes_OSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -664,12 +664,12 @@
<!-- Year / Premiered -->
<include content="Info_Line_Item">
<param name="label">$INFO[VideoPlayer.Year]</param>
<param name="visible">!String.IsEmpty(VideoPlayer.Year) + [String.IsEmpty(VideoPlayer.Premiered) | VideoPlayer.Content(movies)]</param>
<param name="visible">!String.IsEmpty(VideoPlayer.Year) + String.IsEmpty(VideoPlayer.Premiered)</param>
<param name="textcolor">panel_fg_70</param>
</include>
<include content="Info_Line_Item">
<param name="label">$INFO[VideoPlayer.Premiered]</param>
<param name="visible">!String.IsEmpty(VideoPlayer.Premiered) + !VideoPlayer.Content(movies)</param>
<param name="visible">!String.IsEmpty(VideoPlayer.Premiered)</param>
<param name="textcolor">panel_fg_70</param>
</include>

Expand Down

0 comments on commit 99848a4

Please sign in to comment.