mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Fix category items not being extracted in search
This commit is contained in:
parent
0f5b7d86b4
commit
2605b9c609
1 changed files with 1 additions and 1 deletions
|
@ -246,5 +246,5 @@ def process_search_query(url_params, query, page, user, region)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
{search_query, count, items, url_params}
|
{search_query, count, extracted_items, url_params}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue