Fix play single song action
This commit is contained in:
parent
114fdce09e
commit
27ba267b38
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ const reducePlayTracks = (state, { data, id }) => {
|
||||||
const reduceSetTrack = (state, { data }) => {
|
const reduceSetTrack = (state, { data }) => {
|
||||||
return {
|
return {
|
||||||
...state,
|
...state,
|
||||||
queue: [mapToAudioLists(0, data)],
|
queue: [mapToAudioLists(data)],
|
||||||
playIndex: 0,
|
playIndex: 0,
|
||||||
clear: true,
|
clear: true,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue