Skip to content

Commit

Permalink
keep mucic looping
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshack committed Nov 16, 2023
1 parent 6a3c8e1 commit de09644
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AudioPlayer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const AudioPlayer = () => {
}

const handleSongEnd = () => {
setIsPlaying(false)
if (audioRef.current) {
audioRef.current.currentTime = 0
}
Expand Down

0 comments on commit de09644

Please sign in to comment.