From 9dd74111e7ebdc8a990c3c9a7196b3d4a100d05c Mon Sep 17 00:00:00 2001 From: knight Date: Thu, 8 Jan 2026 14:12:15 -0500 Subject: [PATCH] Change default sort to newer first --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 8e738cb..f914598 100644 --- a/static/app.js +++ b/static/app.js @@ -60,7 +60,7 @@ const DEFAULT_SETTINGS = { channel: "", year: "", - sort: "relevant", + sort: "newer", size: "10", exact: true, fuzzy: true,