Added sort to low res filter
This commit is contained in:
parent
f3b788f50c
commit
bf118c5f10
@ -47,6 +47,10 @@ func LowResolutionAnimeImages(ctx *aero.Context) string {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Sort
|
||||||
|
arn.SortAnimeByQuality(lowResAnime)
|
||||||
|
|
||||||
|
// Limit
|
||||||
count := len(lowResAnime)
|
count := len(lowResAnime)
|
||||||
|
|
||||||
if count > maxImageEntries {
|
if count > maxImageEntries {
|
||||||
|
Loading…
Reference in New Issue
Block a user