fix(api) 🏷️ Add missing sub properties to "playback"

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

View file

@ -28,7 +28,11 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie
"updatedAt": Int64,
"lastChannelRefreshedAt": Int64
},
"playback": {}
"playback": {
"totalRequests": Int32?
"successfulRequests": Int32?
"ratio": Float32?
}
}
```