mirror of
https://gitea.invidious.io/iv-org/documentation
synced 2024-12-25 09:01:29 +01:00
missing closing } in /trending schema
This commit is contained in:
parent
7990516e20
commit
3f4c245523
3
API.md
3
API.md
@ -275,7 +275,8 @@ Captions can also be selected with an ISO `lang`, e.g. &lang=en, `tlang` will au
|
|||||||
"quality": String,
|
"quality": String,
|
||||||
"url": String,
|
"url": String,
|
||||||
"width": Int32,
|
"width": Int32,
|
||||||
"height" Int32
|
"height": Int32
|
||||||
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"lengthSeconds": Int32,
|
"lengthSeconds": Int32,
|
||||||
|
Loading…
Reference in New Issue
Block a user