fix(ui): disable shuffle for instant mix playback
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user