Added sort to low res filter

This commit is contained in:
Eduard Urbach 2018-03-20 01:21:50 +01:00
parent f3b788f50c
commit bf118c5f10

View File

@ -47,6 +47,10 @@ func LowResolutionAnimeImages(ctx *aero.Context) string {
}
}
// Sort
arn.SortAnimeByQuality(lowResAnime)
// Limit
count := len(lowResAnime)
if count > maxImageEntries {