Tweak wanted list appearance

This commit is contained in:
Alex Cabal 2024-12-28 14:57:18 -06:00
parent c016547e2c
commit c43c4fa2dd
5 changed files with 91 additions and 43 deletions

View file

@ -2433,7 +2433,7 @@ final class Ebook{
where EbookPlaceholders.IsWanted = true and
EbookPlaceholders.IsInProgress = false and
EbookPlaceholders.Difficulty = ?
order by Ebooks.Updated desc
order by Ebooks.Created asc
', [$difficulty], Ebook::class);
}