Private GIT

Skip to content
Snippets Groups Projects
Commit bbaad548 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Fix a potential threading problem with the home page template

parent 9a8082cb
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
</tr> </tr>
#end for #end for
#set $myShowList = $sickbeard.showList #set $myShowList = $list($sickbeard.showList)
$myShowList.sort(lambda x, y: cmp(x.name, y.name)) $myShowList.sort(lambda x, y: cmp(x.name, y.name))
#for $curShow in $myShowList: #for $curShow in $myShowList:
#set $curEp = $curShow.nextEpisode() #set $curEp = $curShow.nextEpisode()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment