mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add classic feed to channel discovery
This commit is contained in:
parent
643fd1e1db
commit
2bb4f4f0e0
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ export function getChannelRSSFeeds (url: string, instanceName: string, channel:
|
||||||
{
|
{
|
||||||
url: `${url}/feeds/podcast/videos.xml?videoChannelId=${channel.id}`,
|
url: `${url}/feeds/podcast/videos.xml?videoChannelId=${channel.id}`,
|
||||||
// TODO: translate
|
// TODO: translate
|
||||||
|
title: `${channel.name} podcast feed`
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
url: `${url}/feeds/videos.xml?videoChannelId=${channel.id}`,
|
||||||
|
// TODO: translate
|
||||||
title: `${channel.name} feed`
|
title: `${channel.name} feed`
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue