RSS: Fix URL
Not sure why it worked in the dev instance.
This commit is contained in:
parent
041f420416
commit
5e97fdfa0d
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ function ClaimMenuList(props: Props) {
|
|||
}
|
||||
|
||||
const shareUrl: string = generateShareUrl(SHARE_DOMAIN, uri);
|
||||
const rssUrl: string = generateRssUrl(SHARE_DOMAIN, uri);
|
||||
const rssUrl: string = generateRssUrl(URL, uri);
|
||||
const isCollectionClaim = claim && claim.value_type === 'collection';
|
||||
// $FlowFixMe
|
||||
const isPlayable =
|
||||
|
|
Loading…
Reference in a new issue