Change default sort to newer first
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user