Set correct libraryVersion

This commit is contained in:
Johannesd3 2021-05-24 11:54:01 +02:00 committed by GitHub
parent ceab363429
commit 4448ce0c09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",