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}`,
|
||||
// TODO: translate
|
||||
title: `${channel.name} podcast feed`
|
||||
},
|
||||
|
||||
{
|
||||
url: `${url}/feeds/videos.xml?videoChannelId=${channel.id}`,
|
||||
// TODO: translate
|
||||
title: `${channel.name} feed`
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue