mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-08 15:49:34 -04:00
Fixed formatting
This commit is contained in:
parent
ed2a44149e
commit
7dc9b3f088
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module Invidious::JSONify::APIv1
|
|||
json.field "author", video.author
|
||||
json.field "authorId", video.ucid
|
||||
json.field "authorUrl", "/channel/#{video.ucid}"
|
||||
json.field "authorVerified", video.info["authorVerified"]
|
||||
json.field "authorVerified", video.info["authorVerified"]
|
||||
|
||||
json.field "authorThumbnails" do
|
||||
json.array do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue