From bf118c5f1092850cd6429db95541014ab3324626 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 20 Mar 2018 01:21:50 +0100 Subject: [PATCH] Added sort to low res filter --- pages/editor/lowresimages.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/editor/lowresimages.go b/pages/editor/lowresimages.go index 74fa6131..83194660 100644 --- a/pages/editor/lowresimages.go +++ b/pages/editor/lowresimages.go @@ -47,6 +47,10 @@ func LowResolutionAnimeImages(ctx *aero.Context) string { } } + // Sort + arn.SortAnimeByQuality(lowResAnime) + + // Limit count := len(lowResAnime) if count > maxImageEntries {