Compare commits
2 Commits
fdf986a61e
...
b6dc04920a
Author | SHA1 | Date | |
---|---|---|---|
b6dc04920a | |||
aca1736201 |
@ -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