Fixed: Show next airing on poster/overview even if series has ended

This commit is contained in:
Mark McDowall
2014-12-14 14:16:55 -08:00
parent 9686c2579b
commit a882aaf6ac
2 changed files with 8 additions and 10 deletions
@@ -22,11 +22,9 @@
<div class="labels">
{{> EpisodeProgressPartial }}
{{#if_eq status compare="continuing"}}
{{#if nextAiring}}
<span class="label label-default">{{RelativeDate nextAiring}}</span>
{{/if}}
{{/if_eq}}
{{#if nextAiring}}
<span class="label label-default">{{RelativeDate nextAiring}}</span>
{{/if}}
</div>
</div>
</div>