mirror of https://github.com/iv-org/invidious.git
Fix description in video API endpoint
This commit is contained in:
parent
16c7d99dd8
commit
4725f7222b
|
@ -1911,7 +1911,7 @@ get "/api/v1/videos/:id" do |env|
|
|||
generate_thumbnails(json, video.id)
|
||||
end
|
||||
|
||||
description = html_to_description(video.description)
|
||||
description, video.description = html_to_description(video.description)
|
||||
|
||||
json.field "description", description
|
||||
json.field "descriptionHtml", video.description
|
||||
|
|
Loading…
Reference in New Issue