Indent parse-error json showcase codeblock

This commit is contained in:
syeopite 2025-09-13 08:58:31 -07:00
parent dc8e038c34
commit 537b1678e0
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -51,13 +51,14 @@ Base Invidious video retrieval without Invidious companion has been made more st
- `Kilt` is no longer a dependency of Invidious
- The ARM64 docker image builds (and the test CI) now uses Github's ARM64 runner instead of QEMU
- **An "error" JSON object can now be returned in various API responses in-place of an item that has failed to parse**:
```json
{
"type": "parse-error",
"errorMessage": "...",
"errorBacktrace": "..."
}
```
```json
{
"type": "parse-error",
"errorMessage": "...",
"errorBacktrace": "..."
}
```
### Bugs fixed
#### User-side