mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-17 05:20:51 -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
|
||||
|
||||
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)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user