mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-05 15:15:59 +02:00
Fixed: Sorting by age in Manual Search now also considers fractions.
This commit is contained in:
parent
3a250e95b9
commit
8b6ecca8c9
@ -37,7 +37,8 @@ define(
|
||||
|
||||
return seeders * 1000000 + leechers;
|
||||
}
|
||||
}
|
||||
},
|
||||
'age' : { sortKey: 'ageMinutes' }
|
||||
},
|
||||
|
||||
fetchEpisodeReleases: function (episodeId) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user