add missing authorVerified to api

This commit is contained in:
ChunkyProgrammer
2023-02-07 21:52:53 -05:00
parent d6dd341594
commit 97825be10c
2 changed files with 3 additions and 0 deletions

View File

@@ -89,6 +89,8 @@ module Invidious::Routes::API::V1::Channels
json.field "descriptionHtml", channel.description_html
json.field "allowedRegions", channel.allowed_regions
json.field "tabs", channel.tabs
json.field "authorVerified", channel.verified
json.field "latestVideos" do
json.array do