diff --git a/player/main.go b/player/main.go index feef770..1e642fb 100644 --- a/player/main.go +++ b/player/main.go @@ -136,6 +136,7 @@ func playHandler(w http.ResponseWriter, r *http.Request) { // Allow playing again fmt.Println("canPlayTimer timeout reached. Allowing play again") canStartTrack = true + stopMP3() }) }