faster claim search on livestreamLink
This commit is contained in:
parent
7802337655
commit
9983777f86
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ export default function LivestreamLink(props: Props) {
|
|||
if (livestreamChannelId && !isChannelEmpty) {
|
||||
Lbry.claim_search({
|
||||
channel_ids: [livestreamChannelId],
|
||||
page: 1,
|
||||
no_totals: true,
|
||||
has_no_source: true,
|
||||
claim_type: ['stream'],
|
||||
order_by: CS.ORDER_BY_NEW_VALUE,
|
||||
|
|
Loading…
Reference in a new issue