mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
update CSpot + clear audio buffer when changing track
This commit is contained in:
@@ -168,7 +168,7 @@ std::vector<uint8_t> Session::sendClientHelloRequest()
|
||||
clientHello.login_crypto_hello.diffie_hellman.gc);
|
||||
|
||||
clientHello.login_crypto_hello.diffie_hellman.server_keys_known = 1;
|
||||
clientHello.build_info.product = Product_PRODUCT_PARTNER;
|
||||
clientHello.build_info.product = Product_PRODUCT_CLIENT;
|
||||
clientHello.build_info.platform = Platform2_PLATFORM_LINUX_X86;
|
||||
clientHello.build_info.version = SPOTIFY_VERSION;
|
||||
clientHello.feature_set.autoupdate2 = true;
|
||||
|
||||
Reference in New Issue
Block a user