mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-22 00:09:07 -04:00
Add channel country and external links to API
(cherry picked from commit dfbc6c5bc799d4f449fbf3155baee223f4efeab5)
This commit is contained in:
parent
ad1542d4b9
commit
f062014f84
@ -85,6 +85,8 @@ module Invidious::Routes::API::V1::Channels
|
||||
json.field "descriptionHtml", channel.description_html
|
||||
|
||||
json.field "allowedRegions", channel.allowed_regions
|
||||
json.field "external_links", channel.links
|
||||
json.field "country", channel.country
|
||||
|
||||
json.field "latestVideos" do
|
||||
json.array do
|
||||
|
Loading…
x
Reference in New Issue
Block a user