mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
missing colons, i'm close to giving up smh, whyyyyyyyyy
This commit is contained in:
parent
7952d70775
commit
817898d48b
1 changed files with 2 additions and 2 deletions
4
API.md
4
API.md
|
@ -321,7 +321,7 @@ region: ISO 3166 country code (default: "US")
|
||||||
"quality": String,
|
"quality": String,
|
||||||
"url": String,
|
"url": String,
|
||||||
"width": Int32,
|
"width": Int32,
|
||||||
"height" Int32
|
"height": Int32
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -355,7 +355,7 @@ region: ISO 3166 country code (default: "US")
|
||||||
"quality": String,
|
"quality": String,
|
||||||
"url": String,
|
"url": String,
|
||||||
"width": Int32,
|
"width": Int32,
|
||||||
"height" Int32
|
"height": Int32
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue