mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fix podcast feed namespace
This commit is contained in:
parent
73c6e9e094
commit
01355d5453
1 changed files with 7 additions and 0 deletions
|
@ -82,6 +82,13 @@ async function generateVideoFeed (req: express.Request, res: express.Response) {
|
|||
author: { name, link: ownerLink },
|
||||
resourceType: 'videos',
|
||||
queryString: new URL(WEBSERVER.URL + req.url).search,
|
||||
|
||||
customXMLNS: [
|
||||
{
|
||||
name: 'podcast',
|
||||
value: 'https://podcastindex.org/namespace/1.0'
|
||||
}
|
||||
],
|
||||
customTags: videoChannel
|
||||
? [ getPodcastFeedUrlCustomTag(videoChannel) ]
|
||||
: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue