Don't show "playing/paused" icon on the first song when calling "Play Now"
This commit is contained in:
@@ -110,15 +110,8 @@ const reduceSetVolume = (state, { data: { volume } }) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const reduceSyncQueue = (state, { data: { audioInfo, audioLists } }) => {
|
const reduceSyncQueue = (state, { data: { audioInfo, audioLists } }) => {
|
||||||
const current = audioLists.length > 0 ? audioInfo : {}
|
|
||||||
const savedPlayIndex = audioLists.findIndex(
|
|
||||||
(item) => item.uuid === current.uuid
|
|
||||||
)
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
...state,
|
...state,
|
||||||
current,
|
|
||||||
savedPlayIndex,
|
|
||||||
queue: audioLists,
|
queue: audioLists,
|
||||||
clear: false,
|
clear: false,
|
||||||
playIndex: undefined,
|
playIndex: undefined,
|
||||||
|
|||||||
Reference in New Issue
Block a user