faster claim search on livestreamLink

This commit is contained in:
btzr-io 2021-07-23 01:47:01 -05:00 committed by jessopb
parent 7802337655
commit 9983777f86

View file

@ -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,