mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +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": "",
|
||||
"publicKey": (public_key),
|
||||
"deviceType": (device_type),
|
||||
"libraryVersion": "0.1.0",
|
||||
"libraryVersion": crate::core::version::SEMVER,
|
||||
"accountReq": "PREMIUM",
|
||||
"brandDisplayName": "librespot",
|
||||
"modelDisplayName": "librespot",
|
||||
|
|
Loading…
Reference in a new issue