Skip to content

Commit

Permalink
Support RSS feeds with application/xml MIME-type
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalcj0 authored and MaxKellermann committed Mar 22, 2020
1 parent 8e6a21a commit 36a89e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/playlist/plugins/RssPlaylistPlugin.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 36a89e8

Please sign in to comment.