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:
parent
f2b4f409a3
commit
c67dfb979b
3 changed files with 6 additions and 6 deletions
|
@ -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}`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue