mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-16 17:47:43 +00:00
Test fix for manage backlog key error
This commit is contained in:
parent
58e8df3c0d
commit
cadec21304
1 changed files with 14 additions and 10 deletions
|
@ -91,7 +91,11 @@ Jump to Show
|
|||
|
||||
#for $curResult in $showSQLResults[$curShow.indexerid]:
|
||||
#set $whichStr = $str($curResult["season"]) + "x" + $str($curResult["episode"])
|
||||
#try:
|
||||
#set $overview = $showCats[$curShow.indexerid][$whichStr]
|
||||
#except Exception
|
||||
#continue
|
||||
#end try
|
||||
#if $overview not in ($Overview.QUAL, $Overview.WANTED):
|
||||
#continue
|
||||
#end if
|
||||
|
|
Loading…
Reference in a new issue