mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-16 21:10:53 -05:00
Preserve thumbnail fallback in category items
This commit is contained in:
parent
ed1fec8a87
commit
c18daf5652
@ -453,7 +453,7 @@ private module Parsers
|
|||||||
end
|
end
|
||||||
|
|
||||||
content_container["items"]?.try &.as_a.each do |item|
|
content_container["items"]?.try &.as_a.each do |item|
|
||||||
result = parse_item(item, author_fallback.name, author_fallback.id)
|
result = parse_item(item, author_fallback.name, author_fallback.id, author_fallback.thumbnail)
|
||||||
contents << result if result.is_a?(SearchItem)
|
contents << result if result.is_a?(SearchItem)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user