mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
fix(api) 🏷️ Add missing property "playback" to /stats API endpoint
This commit is contained in:
parent
d38aaf105a
commit
e4f1355d8c
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie
|
|||
"metadata": {
|
||||
"updatedAt": Int64,
|
||||
"lastChannelRefreshedAt": Int64
|
||||
}
|
||||
},
|
||||
"playback": {}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue