Support RSS feeds with application/xml MIME-type

This commit is contained in:
kowalcj0 2020-03-20 11:29:21 +00:00 committed by Max Kellermann
parent 8e6a21a9c2
commit 36a89e8fe7
2 changed files with 3 additions and 0 deletions

2
NEWS
View File

@ -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

View File

@ -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
};