Skip to content

Commit

Permalink
limit claim_search results on livestreamLink
Browse files Browse the repository at this point in the history
  • Loading branch information
btzr-io authored and jessopb committed Aug 1, 2021
1 parent 293906b commit 1a2ca7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/component/livestreamLink/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 1a2ca7d

Please sign in to comment.