mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Make Librespot Connect Again !
This commit is contained in:
parent
6f24e3b731
commit
29d5f794d6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pub fn authenticate(transport: Transport, credentials: Credentials, device_id: S
|
|||
system_info => {
|
||||
cpu_family: CpuFamily::CPU_UNKNOWN,
|
||||
os: Os::OS_UNKNOWN,
|
||||
system_information_string: "librespot".to_owned(),
|
||||
system_information_string: "This is not the client you are looking for".to_owned(),
|
||||
device_id: device_id,
|
||||
},
|
||||
version_string: version::version_string(),
|
||||
|
|
Loading…
Reference in a new issue