Skip to content

Commit

Permalink
feat: audio player use list order by default (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
nini22P committed Nov 5, 2023
1 parent 1e539c9 commit 243416a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/previews/audio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Preview = () => {
mini: false,
autoplay: getSettingBool("audio_autoplay"),
loop: "all",
order: "random",
order: "list",
preload: "auto",
volume: 0.7,
mutex: true,
Expand Down

0 comments on commit 243416a

Please sign in to comment.