From 37d9cbfbebf20ea80f5f9e6985acfad7fd01c6e2 Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Fri, 23 Jul 2021 12:47:59 -0500 Subject: [PATCH] limit claim_search results on livestreamLink --- ui/component/livestreamLink/view.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/component/livestreamLink/view.jsx b/ui/component/livestreamLink/view.jsx index 27c1d8d7b..08afa23b1 100644 --- a/ui/component/livestreamLink/view.jsx +++ b/ui/component/livestreamLink/view.jsx @@ -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'],