From 32a7a11bbfe4b6e4fcba535bea137ed039123679 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Sat, 26 Sep 2015 05:01:20 +0100 Subject: [PATCH] Fix Episode View KeyError: 'state-title' failure for shows without a runtime. --- CHANGES.md | 1 + gui/slick/interfaces/default/episodeView.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 01d0e0bb..b860875c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -43,6 +43,7 @@ * Add FunFile torrent provider * Remove unnecessary call to indexers during nameparsing * Change disable ToTV due to non-deletable yet reported hacker BTC inbox scam and also little to no new content listings +* Fix Episode View KeyError: 'state-title' failure for shows without a runtime [develop changelog] Enable Alpha Ratio again now that the secure login page over https is fixed diff --git a/gui/slick/interfaces/default/episodeView.tmpl b/gui/slick/interfaces/default/episodeView.tmpl index 0ca9dffb..3dd69ec7 100644 --- a/gui/slick/interfaces/default/episodeView.tmpl +++ b/gui/slick/interfaces/default/episodeView.tmpl @@ -643,6 +643,7 @@ #end if #else #set $cur_result['state'] = $state_soon + #set $cur_result['state-title'] = '' $shows_soon.append($cur_result) #end if #end for