1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-05 02:39:53 +02:00

Report actual CPU, OS, platform and librespot version

This commit is contained in:
Roderick van Domburg 2021-12-09 19:00:27 +01:00
parent f3bb679ab1
commit 4f51c1e810
No known key found for this signature in database
GPG key ID: A9EF5222A26F0451
5 changed files with 95 additions and 12 deletions

View file

@ -57,7 +57,7 @@ impl RequestHandler {
"status": 101,
"statusString": "ERROR-OK",
"spotifyError": 0,
"version": "2.7.1",
"version": crate::core::version::SEMVER,
"deviceID": (self.config.device_id),
"remoteName": (self.config.name),
"activeUser": "",