mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 18:04:20 +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();
|
let mut packet = ClientHello::new();
|
||||||
packet
|
packet
|
||||||
.mut_build_info()
|
.mut_build_info()
|
||||||
.set_product(protocol::keyexchange::Product::PRODUCT_PARTNER);
|
.set_product(protocol::keyexchange::Product::PRODUCT_CLIENT);
|
||||||
packet
|
packet
|
||||||
.mut_build_info()
|
.mut_build_info()
|
||||||
.set_platform(protocol::keyexchange::Platform::PLATFORM_LINUX_X86);
|
.set_platform(protocol::keyexchange::Platform::PLATFORM_LINUX_X86);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue