Merge pull request #525 from JackDandy/feature/FixEpisodeViewFailNoRunTime

Fix Episode View KeyError: 'state-title' failure for shows without a …
This commit is contained in:
JackDandy 2015-09-26 05:06:53 +01:00
commit bc007ab70b
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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