From 9983777f86e88072ca1c5816ba09b1c813561fc6 Mon Sep 17 00:00:00 2001 From: btzr-io Date: Fri, 23 Jul 2021 01:47:01 -0500 Subject: [PATCH] faster claim search on livestreamLink --- ui/component/livestreamLink/view.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/component/livestreamLink/view.jsx b/ui/component/livestreamLink/view.jsx index 201d6cfab..27c1d8d7b 100644 --- a/ui/component/livestreamLink/view.jsx +++ b/ui/component/livestreamLink/view.jsx @@ -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,