diff --git a/internal/http/dj_handlers.go b/internal/http/dj_handlers.go index f9b19a4..60a7826 100644 --- a/internal/http/dj_handlers.go +++ b/internal/http/dj_handlers.go @@ -79,7 +79,6 @@ func (dj *DJHandlers) PlaylistNext(w http.ResponseWriter, _ *http.Request) { oggf, err := oggtag.NewOggFile(nxt) if err != nil { log.Println("cannot read an OGG file", nxt, ":", err) - http.Error(w, "cannot read an OGG file", http.StatusInternalServerError) return }