Indent parse-error json showcase codeblock

pull/5463/head
syeopite 2025-09-13 08:58:31 -07:00
rodzic dc8e038c34
commit 537b1678e0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A73C186DA3955A1A
1 zmienionych plików z 8 dodań i 7 usunięć

Wyświetl plik

@ -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