mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 15:09:22 +02:00
Add xmlns:content to feed schemas fixes #1535
This commit is contained in:
parent
a4aaecef39
commit
02a8ce949c
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ class PodcastRSSRenderer(renderers.JSONRenderer):
|
||||||
"version": "2.0",
|
"version": "2.0",
|
||||||
"xmlns:atom": "http://www.w3.org/2005/Atom",
|
"xmlns:atom": "http://www.w3.org/2005/Atom",
|
||||||
"xmlns:itunes": "http://www.itunes.com/dtds/podcast-1.0.dtd",
|
"xmlns:itunes": "http://www.itunes.com/dtds/podcast-1.0.dtd",
|
||||||
|
"xmlns:content": "http://purl.org/rss/1.0/modules/content/",
|
||||||
"xmlns:media": "http://search.yahoo.com/mrss/",
|
"xmlns:media": "http://search.yahoo.com/mrss/",
|
||||||
}
|
}
|
||||||
final.update(data)
|
final.update(data)
|
||||||
|
|
1
changes/changelog.d/1535.enhancement
Normal file
1
changes/changelog.d/1535.enhancement
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add xmlns:content to feed schemas fixes #1535
|
Loading…
Add table
Add a link
Reference in a new issue