mirror of
https://github.com/iv-org/invidious
synced 2024-11-10 13:13:33 +01:00
Fix category parse error on search
This commit is contained in:
parent
c91ff8506a
commit
cc02fed4e6
@ -263,8 +263,8 @@ private class CategoryParser < ItemParser
|
||||
|
||||
# Content could be in three locations.
|
||||
if content_container = item_contents["content"]["horizontalListRenderer"]?
|
||||
elsif content_container = item_contents["content"]["expandedShelfContentsRenderer"]
|
||||
elsif content_container = item_contents["content"]["verticalListRenderer"]
|
||||
elsif content_container = item_contents["content"]["expandedShelfContentsRenderer"]?
|
||||
elsif content_container = item_contents["content"]["verticalListRenderer"]?
|
||||
else
|
||||
content_container = item_contents["contents"]
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user