Fix description field for /api/v1/videos

This commit is contained in:
Omar Roth 2019-04-20 10:50:55 -05:00
parent 14620c32aa
commit ddd74549fe

View File

@ -262,8 +262,8 @@ struct Video
generate_storyboards(json, self.storyboards, config, kemal_config)
end
json.field "description", html_to_content(self.description)
json.field "descriptionHtml", self.description
json.field "description", html_to_content(self.description).last
json.field "descriptionHtml", html_to_content(self.description).first
json.field "published", self.published.to_unix
json.field "publishedText", translate(locale, "`x` ago", recode_date(self.published, locale))
json.field "keywords", self.keywords