Compare commits

..

No commits in common. "b6dc04920a6101a51d1a3e530a27c348fd72b228" and "fdf986a61eb172b8f57106aba09d24e970abd1e8" have entirely different histories.

View File

@ -81,7 +81,7 @@ void Playlist::_examine_http_url(String url) {
} else if (ct.startsWith("audio/")) {
persistence = PERSIST_NONE;
_files.push_back({.filename=url, .title=url, .id="none"});
} else if (ct.startsWith("application/rss+xml") || ct.startsWith("application/xml")) {
} else if (ct.startsWith("application/rss+xml")) {
persistence = PERSIST_PERMANENTLY;
_parse_rss(http);
} else if (ct.startsWith("application/pls+xml")) {