Merge branch 'develop' of https://git.schle.nz/fabian/esmp3 into develop
This commit is contained in:
commit
1bb358c961
@ -81,7 +81,7 @@ void Playlist::_examine_http_url(String url) {
|
|||||||
} else if (ct.startsWith("audio/")) {
|
} else if (ct.startsWith("audio/")) {
|
||||||
persistence = PERSIST_NONE;
|
persistence = PERSIST_NONE;
|
||||||
_files.push_back({.filename=url, .title=url, .id="none"});
|
_files.push_back({.filename=url, .title=url, .id="none"});
|
||||||
} else if (ct.startsWith("application/rss+xml")) {
|
} else if (ct.startsWith("application/rss+xml") || ct.startsWith("application/xml")) {
|
||||||
persistence = PERSIST_PERMANENTLY;
|
persistence = PERSIST_PERMANENTLY;
|
||||||
_parse_rss(http);
|
_parse_rss(http);
|
||||||
} else if (ct.startsWith("application/pls+xml")) {
|
} else if (ct.startsWith("application/pls+xml")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user