diff --git a/internal/http/handlers.go b/internal/http/handlers.go index bc22c3f..a880355 100644 --- a/internal/http/handlers.go +++ b/internal/http/handlers.go @@ -91,7 +91,7 @@ func (h *Handlers) LastSong(w http.ResponseWriter, r *http.Request) { func (h *Handlers) Playlist(w http.ResponseWriter, _ *http.Request) { w.Header().Add("Content-Disposition", "attachment; filename=\"radio.arav.su.m3u\"") - fc, _ := web.AssetsGetFile("radio.arav.su.m3u") + fc, _ := web.AssetsGetFile("playlist.m3u") w.Write(fc) } diff --git a/web/assets/radio.arav.top.m3u b/web/assets/playlist.m3u similarity index 100% rename from web/assets/radio.arav.top.m3u rename to web/assets/playlist.m3u