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)
|
||||
* playlist
|
||||
- rss: support MIME type application/xml
|
||||
|
||||
ver 0.21.21 (2020/03/19)
|
||||
* configuration
|
||||
|
|
|
@ -162,6 +162,7 @@ static const char *const rss_suffixes[] = {
|
|||
|
||||
static const char *const rss_mime_types[] = {
|
||||
"application/rss+xml",
|
||||
"application/xml",
|
||||
"text/xml",
|
||||
nullptr
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue