fix(api) 🏷️ Add missing property "playback" to /stats API endpoint

This commit is contained in:
Sebastian Hädrich 2024-05-14 19:36:10 +02:00 committed by GitHub
parent d38aaf105a
commit e4f1355d8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,8 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie
"metadata": {
"updatedAt": Int64,
"lastChannelRefreshedAt": Int64
}
},
"playback": {}
}
```