mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-18 01:14:26 +00:00
Set product in ClientHello packet to PRODUCT_CLIENT
This commit is contained in:
parent
22f8aed3fc
commit
e28eed5d38
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ where
|
|||
let mut packet = ClientHello::new();
|
||||
packet
|
||||
.mut_build_info()
|
||||
.set_product(protocol::keyexchange::Product::PRODUCT_PARTNER);
|
||||
.set_product(protocol::keyexchange::Product::PRODUCT_CLIENT);
|
||||
packet
|
||||
.mut_build_info()
|
||||
.set_platform(protocol::keyexchange::Platform::PLATFORM_LINUX_X86);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue