limit claim_search results on livestreamLink

This commit is contained in:
Baltazar Gomez 2021-07-23 12:47:59 -05:00 committed by jessopb
parent 9983777f86
commit 37d9cbfbeb

View file

@ -26,6 +26,7 @@ export default function LivestreamLink(props: Props) {
Lbry.claim_search({
channel_ids: [livestreamChannelId],
page: 1,
page_size: 1,
no_totals: true,
has_no_source: true,
claim_type: ['stream'],