mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Merge pull request #633 from adam111316/fix_downloads_column_sorting
Fixes downloads column sorting order for shows with all episodes ignored
This commit is contained in:
commit
9c265ace69
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name))
|
|||
#set $den = $curShowAll[0]
|
||||
#end if
|
||||
#else
|
||||
#set $dlStat = "0"
|
||||
#set $dlStat = "0 / 0"
|
||||
#set $nom = 0
|
||||
#set $den = 1
|
||||
#end if
|
||||
|
|
Loading…
Reference in a new issue