Support RSS feeds with application/xml MIME-type
This commit is contained in:
parent
8e6a21a9c2
commit
36a89e8fe7
2
NEWS
2
NEWS
@ -1,4 +1,6 @@
|
|||||||
ver 0.21.22 (not yet released)
|
ver 0.21.22 (not yet released)
|
||||||
|
* playlist
|
||||||
|
- rss: support MIME type application/xml
|
||||||
|
|
||||||
ver 0.21.21 (2020/03/19)
|
ver 0.21.21 (2020/03/19)
|
||||||
* configuration
|
* configuration
|
||||||
|
@ -162,6 +162,7 @@ static const char *const rss_suffixes[] = {
|
|||||||
|
|
||||||
static const char *const rss_mime_types[] = {
|
static const char *const rss_mime_types[] = {
|
||||||
"application/rss+xml",
|
"application/rss+xml",
|
||||||
|
"application/xml",
|
||||||
"text/xml",
|
"text/xml",
|
||||||
nullptr
|
nullptr
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user