API: Parse channel's tags

This commit is contained in:
ChunkyProgrammer
2023-11-26 17:34:30 -05:00
parent 99a5e9cbc4
commit 0aaa3e6a08
2 changed files with 15 additions and 2 deletions

View File

@@ -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