From 4a03885956551cd62f1f9c5d711674670e7a6a5b Mon Sep 17 00:00:00 2001 From: echel0n Date: Mon, 15 Sep 2014 06:23:15 -0700 Subject: [PATCH] Bottom of page backlog nextrun shows time as well as date now --- gui/slick/interfaces/default/inc_bottom.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/slick/interfaces/default/inc_bottom.tmpl b/gui/slick/interfaces/default/inc_bottom.tmpl index debb3d10..16fa603b 100644 --- a/gui/slick/interfaces/default/inc_bottom.tmpl +++ b/gui/slick/interfaces/default/inc_bottom.tmpl @@ -39,7 +39,7 @@ #set $ep_total = 0 #end if - $shows_total Shows ($shows_active Active) | <%=ep_downloaded%>#if $ep_snatched > 0 then " (+" + str($ep_snatched) + " snatched)" else ""# / $ep_total Episodes Downloaded | Daily Search: <%=str(sickbeard.dailySearchScheduler.timeLeft()).split('.')[0]%> | Backlog Search: $sbdatetime.sbdatetime.sbfdate($sickbeard.backlogSearchScheduler.nextRun()) + $shows_total Shows ($shows_active Active) | <%=ep_downloaded%>#if $ep_snatched > 0 then " (+" + str($ep_snatched) + " snatched)" else ""# / $ep_total Episodes Downloaded | Daily Search: <%=str(sickbeard.dailySearchScheduler.timeLeft()).split('.')[0]%> | Backlog Search: $sbdatetime.sbdatetime.sbfdatetime($sickbeard.backlogSearchScheduler.nextRun())

Force Version Check Restart