mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-06 05:57:35 +03:00
Fix JS linting error
This commit is contained in:
parent
4f25e9ebf4
commit
fd32a28788
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ const Player = () => {
|
|||
audioLists: queue.queue.map((item) => item),
|
||||
defaultVolume: queue.volume,
|
||||
}
|
||||
}, [queue.clear, queue.queue, queue.volume, defaultOptions])
|
||||
}, [queue.clear, queue.queue, queue.volume, queue.playIndex, defaultOptions])
|
||||
|
||||
const OnAudioListsChange = useCallback(
|
||||
(currentPlayIndex, audioLists) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue