mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-15 16:02:20 +01:00
Fix video thumbnails in mixes
This commit is contained in:
parent
9892604758
commit
047ead8080
1 changed files with 1 additions and 3 deletions
|
@ -141,9 +141,7 @@ module Invidious::Routes::API::V1::Misc
|
|||
json.field "authorUrl", "/channel/#{video.ucid}"
|
||||
|
||||
json.field "videoThumbnails" do
|
||||
json.array do
|
||||
Invidious::JSONify::APIv1.thumbnails(json, video.id)
|
||||
end
|
||||
Invidious::JSONify::APIv1.thumbnails(json, video.id)
|
||||
end
|
||||
|
||||
json.field "index", video.index
|
||||
|
|
Loading…
Reference in a new issue