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:
parent
f3bb679ab1
commit
4f51c1e810
5 changed files with 95 additions and 12 deletions
|
@ -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": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue