Add weekday of episode to release information displayed

This commit is contained in:
2024-10-27 09:48:45 -04:00
parent a38c8e2705
commit 7d07b8b814
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ or
<!--% END %-->
<!--% MACRO show_meta(show, hide_tags) BLOCK %-->
<span><label>Released:</label> <!--% show.date %-->.</span>
<span><label>Released:</label> <!--% day_from_date(show.date) %-->, <!--% show.date %-->.</span>
<span><label>Duration:</label> <!--% display_episode_duration(show.duration) %-->.</span>
<span><label>Flag:</label> <!--% display_explicit(show.explicit) %-->.</span>
<span><!--% show_series(show.series, show.seriesid) %--></span> <br>