fix(ui): disable shuffle for instant mix playback

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2026-01-29 17:04:10 -05:00
parent 7b523d6b61
commit 4c2bd7509c
+1 -1
View File
@@ -96,7 +96,7 @@ export const SongContextMenu = ({
const id = record.mediaFileId || record.id
await playSimilar(dispatch, notify, id, {
seedRecord: record,
shuffle: true,
shuffle: false,
})
} catch (e) {
// eslint-disable-next-line no-console