From c3cdba5a8512850c3b62332f2a4997b65544fb50 Mon Sep 17 00:00:00 2001 From: floatlesss <117862164+floatlesss@users.noreply.github.com> Date: Sun, 30 Nov 2025 19:09:13 +0000 Subject: [PATCH] Signed-off-by: floatlesss <117862164+floatlesss@users.noreply.github.com> style(player.jsx): (unimportant) prettier fix on player.jsx - 4744 --- ui/src/audioplayer/Player.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ui/src/audioplayer/Player.jsx b/ui/src/audioplayer/Player.jsx index 60bc1c7e9..c64f72cd3 100644 --- a/ui/src/audioplayer/Player.jsx +++ b/ui/src/audioplayer/Player.jsx @@ -243,7 +243,13 @@ const Player = () => { } } }, - [context, dispatch, showNotifications, startTime, updateMediaSessionPlaybackState], + [ + context, + dispatch, + showNotifications, + startTime, + updateMediaSessionPlaybackState, + ], ) const onAudioPlayTrackChange = useCallback(() => {