mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Signed-off-by: floatlesss <117862164+floatlesss@users.noreply.github.com>
style(player.jsx): (unimportant) prettier fix on player.jsx - 4744
This commit is contained in:
parent
8bf7cbe033
commit
c3cdba5a85
@ -243,7 +243,13 @@ const Player = () => {
|
||||
}
|
||||
}
|
||||
},
|
||||
[context, dispatch, showNotifications, startTime, updateMediaSessionPlaybackState],
|
||||
[
|
||||
context,
|
||||
dispatch,
|
||||
showNotifications,
|
||||
startTime,
|
||||
updateMediaSessionPlaybackState,
|
||||
],
|
||||
)
|
||||
|
||||
const onAudioPlayTrackChange = useCallback(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user