1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Support itunes:owner in podcast feed

This commit is contained in:
Chocobozzz 2024-04-11 09:32:57 +02:00
parent f2b4f409a3
commit c67dfb979b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 6 additions and 6 deletions

View file

@ -43,7 +43,7 @@ export function initFeed (parameters: {
favicon: webserverUrl + '/client/assets/images/favicon.png',
copyright: `All rights reserved, unless otherwise specified in the terms specified at ${webserverUrl}/about` +
` and potential licenses granted by each content's rightholder.`,
generator: `Toraifōsu`, // ^.~
generator: `PeerTube - ${webserverUrl}`,
medium: medium || 'video',
feedLinks: {
json: `${webserverUrl}/feeds/${resourceType}.json${queryString}`,