mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	Fix description field for /api/v1/videos
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Omar Roth
					Omar Roth