From de096448f507d2ee5d2643b0a09892410d936f27 Mon Sep 17 00:00:00 2001 From: hhack Date: Thu, 16 Nov 2023 10:08:48 +0100 Subject: [PATCH] keep mucic looping --- src/components/AudioPlayer/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/AudioPlayer/index.tsx b/src/components/AudioPlayer/index.tsx index 35c1e528..38185446 100644 --- a/src/components/AudioPlayer/index.tsx +++ b/src/components/AudioPlayer/index.tsx @@ -21,7 +21,6 @@ export const AudioPlayer = () => { } const handleSongEnd = () => { - setIsPlaying(false) if (audioRef.current) { audioRef.current.currentTime = 0 }