mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	API: Add 'authorVerified' field on recommended videos (#4562)
Closes 3323
This commit is contained in:
		| @@ -227,6 +227,7 @@ module Invidious::JSONify::APIv1 | ||||
|                 json.field "author", rv["author"] | ||||
|                 json.field "authorUrl", "/channel/#{rv["ucid"]?}" | ||||
|                 json.field "authorId", rv["ucid"]? | ||||
|                 json.field "authorVerified", rv["author_verified"] == "true" | ||||
|                 if rv["author_thumbnail"]? | ||||
|                   json.field "authorThumbnails" do | ||||
|                     json.array do | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Samantaz Fox
					Samantaz Fox