mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Fix play single song action
This commit is contained in:
parent
114fdce09e
commit
27ba267b38
@ -62,7 +62,7 @@ const reducePlayTracks = (state, { data, id }) => {
|
||||
const reduceSetTrack = (state, { data }) => {
|
||||
return {
|
||||
...state,
|
||||
queue: [mapToAudioLists(0, data)],
|
||||
queue: [mapToAudioLists(data)],
|
||||
playIndex: 0,
|
||||
clear: true,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user