Skip to content

Commit 243416a

Browse files
authored
feat: audio player use list order by default (#115)
1 parent 1e539c9 commit 243416a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/previews/audio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Preview = () => {
3939
mini: false,
4040
autoplay: getSettingBool("audio_autoplay"),
4141
loop: "all",
42-
order: "random",
42+
order: "list",
4343
preload: "auto",
4444
volume: 0.7,
4545
mutex: true,

0 commit comments

Comments
 (0)