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(() => {