mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Don't show "playing/paused" icon on the first song when calling "Play Now"
This commit is contained in:
parent
24d4c81b34
commit
b34d77f85a
@ -110,15 +110,8 @@ const reduceSetVolume = (state, { data: { volume } }) => {
|
||||
}
|
||||
|
||||
const reduceSyncQueue = (state, { data: { audioInfo, audioLists } }) => {
|
||||
const current = audioLists.length > 0 ? audioInfo : {}
|
||||
const savedPlayIndex = audioLists.findIndex(
|
||||
(item) => item.uuid === current.uuid
|
||||
)
|
||||
|
||||
return {
|
||||
...state,
|
||||
current,
|
||||
savedPlayIndex,
|
||||
queue: audioLists,
|
||||
clear: false,
|
||||
playIndex: undefined,
|
||||
|
Loading…
x
Reference in New Issue
Block a user