librespot/core
SilverMira f646ef2b5a
fix: streaming on Android devices (#1403)
* fix: android Session::connect failure from TryAnotherAP

It appears that a combination of `Platform::PLATFORM_ANDROID_ARM` and
connecting with `Credentials::with_access_token` causes all AP to error
TryAnotherAP

* fix: getting api access token should respect client id

If we are trying to get an access token from login5 using stored
credentials, ie: from oauth flow, we should use the oauth's client ID,
this matches with the semantics as described in
`Login5Manager::auth_token`

* fix: cpu_family arm64 should be aarch64

* Fix audio streaming on Android platform (#1399)
2024-12-05 14:20:03 +01:00
..
src fix: streaming on Android devices (#1403) 2024-12-05 14:20:03 +01:00
tests Update MSRV to 1.61 and fix test 2022-07-28 19:32:11 +02:00
build.rs Update vergen to version 9 by using the new vergen-gitctl libary 2024-08-28 13:13:29 +02:00
Cargo.toml feat: use webpki as rustls roots on non-desktop platforms (#1402) 2024-12-05 14:11:40 +01:00