mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-19 03:18:50 +00:00
API: Parse channel's tags
This commit is contained in:
@@ -90,6 +90,7 @@ module Invidious::Routes::API::V1::Channels
|
||||
|
||||
json.field "allowedRegions", channel.allowed_regions
|
||||
json.field "tabs", channel.tabs
|
||||
json.field "tags", channel.tags
|
||||
json.field "authorVerified", channel.verified
|
||||
|
||||
json.field "latestVideos" do
|
||||
|
||||
Reference in New Issue
Block a user