1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-01-05 19:08:02 -05: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:
echel0n 2014-07-08 09:46:28 -07:00
commit 9c265ace69

View File

@ -229,7 +229,7 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name))
#set $den = $curShowAll[0] #set $den = $curShowAll[0]
#end if #end if
#else #else
#set $dlStat = "0" #set $dlStat = "0 / 0"
#set $nom = 0 #set $nom = 0
#set $den = 1 #set $den = 1
#end if #end if