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:
floatlesss 2025-11-30 19:09:13 +00:00
parent 8bf7cbe033
commit c3cdba5a85

View File

@ -243,7 +243,13 @@ const Player = () => {
}
}
},
[context, dispatch, showNotifications, startTime, updateMediaSessionPlaybackState],
[
context,
dispatch,
showNotifications,
startTime,
updateMediaSessionPlaybackState,
],
)
const onAudioPlayTrackChange = useCallback(() => {