From 4c2bd7509c1b5f3030a77dbb9666b3b3354d2bae Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 29 Jan 2026 17:04:10 -0500 Subject: [PATCH] fix(ui): disable shuffle for instant mix playback Signed-off-by: Deluan --- ui/src/common/SongContextMenu.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/common/SongContextMenu.jsx b/ui/src/common/SongContextMenu.jsx index ce6604f6..ac5b10e1 100644 --- a/ui/src/common/SongContextMenu.jsx +++ b/ui/src/common/SongContextMenu.jsx @@ -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