mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-17 00:44:22 +00:00
fix: Update client version to fix authentication error
This commit is contained in:
parent
e28eed5d38
commit
f28fa26452
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ where
|
|||
packet
|
||||
.mut_build_info()
|
||||
.set_platform(protocol::keyexchange::Platform::PLATFORM_LINUX_X86);
|
||||
packet.mut_build_info().set_version(109800078);
|
||||
packet.mut_build_info().set_version(117300517);
|
||||
packet
|
||||
.mut_cryptosuites_supported()
|
||||
.push(protocol::keyexchange::Cryptosuite::CRYPTO_SUITE_SHANNON);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue