mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-04 16:35:00 -05:00
Update comingEpisodes.tmpl to prevent a 'NotFound' error for cur_ep_enddate
This commit is contained in:
parent
e3db9b8c93
commit
f3c1fa6b61
@ -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 New Issue
Block a user