mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
Merge pull request #811 from sdbarker/master
Update comingEpisodes.tmpl to prevent a 'NotFound' error for...
This commit is contained in:
commit
3f10a9e34f
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@
|
|||
#set $today_header = True
|
||||
#end if
|
||||
#if $runtime:
|
||||
#set $cur_ep_enddate = $cur_result["localtime"] + datetime.timedelta(minutes=$runtime)
|
||||
#if $cur_ep_enddate < $today:
|
||||
#set $show_div = "ep_listing listing_overdue"
|
||||
#elif $cur_ep_airdate >= $next_week.date():
|
||||
|
|
Loading…
Reference in a new issue