mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 20:35:17 +00:00
fix subscription urls
This commit is contained in:
parent
1ac5059116
commit
91965246dc
1 changed files with 2 additions and 8 deletions
|
@ -155,15 +155,9 @@ export function doFetchClaimsByChannel(uri: string, page: number = 1, pageSize:
|
||||||
setSubscriptionLatest(
|
setSubscriptionLatest(
|
||||||
{
|
{
|
||||||
channelName: latest.channel_name,
|
channelName: latest.channel_name,
|
||||||
uri: buildURI(
|
uri: latest.signing_channel.canonical_url,
|
||||||
{
|
|
||||||
contentName: latest.channel_name,
|
|
||||||
claimId: latest.claim_id,
|
|
||||||
},
|
|
||||||
false
|
|
||||||
),
|
|
||||||
},
|
},
|
||||||
buildURI({ contentName: latest.name, claimId: latest.claim_id }, false)
|
buildURI({ streamName: latest.name, streamClaimId: latest.claim_id }, false)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue