diff --git a/internal/http/dj_handlers.go b/internal/http/dj_handlers.go index 2e62437..b246451 100644 --- a/internal/http/dj_handlers.go +++ b/internal/http/dj_handlers.go @@ -72,7 +72,7 @@ func (dj *DJHandlers) PlaylistNext(w http.ResponseWriter, _ *http.Request) { dj.songList.Add(song) }() } - fmt.Fprint(w, nxt) + fmt.Fprintln(w, nxt) } func (dj *DJHandlers) Song(w http.ResponseWriter, r *http.Request) {