mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Fix for NoneType can't be iterated when viewing home page.
This commit is contained in:
parent
97a1693abf
commit
df7c3f4aff
1 changed files with 6 additions and 6 deletions
|
@ -170,7 +170,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
#for $curShowlist in $showlists:
|
||||
#for $curShowlist in $showlists if $varExists('showlists') else $sickbeard.showList
|
||||
#set $curListType = $curShowlist[0]
|
||||
#set $myShowList = $list($curShowlist[1])
|
||||
#if $curListType == "Anime":
|
||||
|
|
Loading…
Reference in a new issue