mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-26 06:30:23 +00:00
Add genre URLs
This commit is contained in:
@@ -2014,6 +2014,7 @@ get "/api/v1/videos/:id" do |env|
|
||||
json.field "isFamilyFriendly", video.is_family_friendly
|
||||
json.field "allowedRegions", video.allowed_regions
|
||||
json.field "genre", video.genre
|
||||
json.field "genreUrl", video.genre_url
|
||||
|
||||
json.field "author", video.author
|
||||
json.field "authorId", video.ucid
|
||||
|
||||
Reference in New Issue
Block a user