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