Commit 36a89e8f authored by kowalcj0's avatar kowalcj0 Committed by Max Kellermann

Support RSS feeds with application/xml MIME-type

parent 8e6a21a9
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
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment