mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Add field for authorVerified
for recommended videos when using the API
This commit is contained in:
parent
08390acd0c
commit
2a029b4d8c
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
if rv["author_thumbnail"]?
|
||||
json.field "authorThumbnails" do
|
||||
json.array do
|
||||
|
|
Loading…
Reference in a new issue