mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-06 05:57:35 +03:00
Upgrade prettier to 2.3.0
Some reformatting was needed... :/
This commit is contained in:
parent
da684ff44c
commit
fa9083ddec
9 changed files with 46 additions and 49 deletions
|
@ -295,9 +295,10 @@ const Player = () => {
|
|||
[dispatch, showNotifications]
|
||||
)
|
||||
|
||||
const onAudioPause = useCallback((info) => dispatch(currentPlaying(info)), [
|
||||
dispatch,
|
||||
])
|
||||
const onAudioPause = useCallback(
|
||||
(info) => dispatch(currentPlaying(info)),
|
||||
[dispatch]
|
||||
)
|
||||
|
||||
const onAudioEnded = useCallback(
|
||||
(currentPlayId, audioLists, info) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue