Change default sort to newer first

This commit is contained in:
knight 2026-01-08 14:12:15 -05:00
parent 93774c025f
commit 9dd74111e7

View File

@ -60,7 +60,7 @@
const DEFAULT_SETTINGS = { const DEFAULT_SETTINGS = {
channel: "", channel: "",
year: "", year: "",
sort: "relevant", sort: "newer",
size: "10", size: "10",
exact: true, exact: true,
fuzzy: true, fuzzy: true,