diff --git a/src/pages/home/previews/audio.tsx b/src/pages/home/previews/audio.tsx index d34641cc1..d23d3ca61 100644 --- a/src/pages/home/previews/audio.tsx +++ b/src/pages/home/previews/audio.tsx @@ -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,