mirror of
https://gitea.invidious.io/iv-org/documentation
synced 2025-06-05 22:19:26 +02:00
missing closing } in /trending schema
This commit is contained in:
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,
|
||||||
|
Reference in New Issue
Block a user