limit claim_search results on livestreamLink
This commit is contained in:
parent
9983777f86
commit
37d9cbfbeb
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ export default function LivestreamLink(props: Props) {
|
||||||
Lbry.claim_search({
|
Lbry.claim_search({
|
||||||
channel_ids: [livestreamChannelId],
|
channel_ids: [livestreamChannelId],
|
||||||
page: 1,
|
page: 1,
|
||||||
|
page_size: 1,
|
||||||
no_totals: true,
|
no_totals: true,
|
||||||
has_no_source: true,
|
has_no_source: true,
|
||||||
claim_type: ['stream'],
|
claim_type: ['stream'],
|
||||||
|
|
Loading…
Reference in a new issue