1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Merge pull request #811 from sdbarker/master

Update comingEpisodes.tmpl to prevent a 'NotFound' error for...
This commit is contained in:
adam111316 2014-09-18 08:37:26 +08:00
commit 3f10a9e34f

View File

@ -287,6 +287,7 @@
#set $today_header = True #set $today_header = True
#end if #end if
#if $runtime: #if $runtime:
#set $cur_ep_enddate = $cur_result["localtime"] + datetime.timedelta(minutes=$runtime)
#if $cur_ep_enddate < $today: #if $cur_ep_enddate < $today:
#set $show_div = "ep_listing listing_overdue" #set $show_div = "ep_listing listing_overdue"
#elif $cur_ep_airdate >= $next_week.date(): #elif $cur_ep_airdate >= $next_week.date():