1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-01 12:34:40 +00:00

Fixed: Sorting by age in Manual Search now also considers fractions.

This commit is contained in:
Taloth Saldono 2015-01-20 23:49:32 +01:00
parent 3a250e95b9
commit 8b6ecca8c9

View file

@ -37,7 +37,8 @@ define(
return seeders * 1000000 + leechers;
}
}
},
'age' : { sortKey: 'ageMinutes' }
},
fetchEpisodeReleases: function (episodeId) {