mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Set correct libraryVersion
This commit is contained in:
parent
ceab363429
commit
4448ce0c09
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ impl RequestHandler {
|
||||||
"activeUser": "",
|
"activeUser": "",
|
||||||
"publicKey": (public_key),
|
"publicKey": (public_key),
|
||||||
"deviceType": (device_type),
|
"deviceType": (device_type),
|
||||||
"libraryVersion": "0.1.0",
|
"libraryVersion": crate::core::version::SEMVER,
|
||||||
"accountReq": "PREMIUM",
|
"accountReq": "PREMIUM",
|
||||||
"brandDisplayName": "librespot",
|
"brandDisplayName": "librespot",
|
||||||
"modelDisplayName": "librespot",
|
"modelDisplayName": "librespot",
|
||||||
|
|
Loading…
Reference in a new issue