mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Merge pull request #525 from JackDandy/feature/FixEpisodeViewFailNoRunTime
Fix Episode View KeyError: 'state-title' failure for shows without a …
This commit is contained in:
commit
bc007ab70b
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue