diff --git a/lbry/service/api.py b/lbry/service/api.py index 86fd722e4..9b0b6b78f 100644 --- a/lbry/service/api.py +++ b/lbry/service/api.py @@ -1603,6 +1603,8 @@ class API: 'include_total': pagination['include_total'], 'order_by': order_by }) + _, kwargs = pop_kwargs("no_totals", kwargs) # deprecated, ignoring + claim_filter_dict.update(kwargs) if protobuf: return await self.service.protobuf_search_claims(**remove_nulls(claim_filter_dict)) result = await self.service.search_claims(