fix(ui): disable shuffle for instant mix playback
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
7b523d6b61
commit
4c2bd7509c
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export const SongContextMenu = ({
|
||||||
const id = record.mediaFileId || record.id
|
const id = record.mediaFileId || record.id
|
||||||
await playSimilar(dispatch, notify, id, {
|
await playSimilar(dispatch, notify, id, {
|
||||||
seedRecord: record,
|
seedRecord: record,
|
||||||
shuffle: true,
|
shuffle: false,
|
||||||
})
|
})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue