mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-18 02:28:31 +00:00
Fix miscount of search results
This commit is contained in:
parent
df65c0bdc2
commit
6cef71b9e4
@ -247,5 +247,5 @@ def process_search_query(url_params, query, page, user, region)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
{search_query, count, items_without_cate_items, url_params}
|
{search_query, items_without_cate_items.size, items_without_cate_items, url_params}
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user