mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add genre URLs
This commit is contained in:
parent
2ac89d5e00
commit
53732cdcab
3 changed files with 17 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue