Skip to content

Commit

Permalink
chore: change default songs list sorting method
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperChipsAhoy committed Sep 8, 2024
1 parent 36493fa commit 0753145
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function Home() {
initial: "",
paid: false,
remark: "",
sorting_method: "not_recently",
sorting_method: "default",
is_local: false,
});

Expand Down
Binary file modified scripts/music.xlsx
Binary file not shown.

0 comments on commit 0753145

Please sign in to comment.