API: Add 'authorVerified' field on recommended videos (#4562)

Closes 3323
This commit is contained in:
Samantaz Fox 2024-04-26 23:36:08 +02:00
commit bd549f21e9
No known key found for this signature in database
GPG Key ID: F42821059186176E
1 changed files with 1 additions and 0 deletions

View File

@ -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