Blacklist ap-gue1.spotify.com access point

This commit is contained in:
Roderick van Domburg 2022-07-29 21:30:27 +02:00
parent 7bd9186e94
commit 87ea69b457
No known key found for this signature in database
GPG key ID: 87F5FDE8A56219F4
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [playback] `pipe`: Better error handling
### Added
- [core] `apresolve`: Blacklist ap-gew4 access point that causes channel errors
- [core] `apresolve`: Blacklist ap-gew4 and ap-gue1 access points that cause channel errors
- [playback] `pipe`: Implement stop
### Fixed

View file

@ -8,7 +8,7 @@ use url::Url;
const APRESOLVE_ENDPOINT: &str = "http://apresolve.spotify.com:80";
const AP_FALLBACK: &str = "ap.spotify.com:443";
const AP_BLACKLIST: [&str; 1] = ["ap-gew4.spotify.com"];
const AP_BLACKLIST: [&str; 2] = ["ap-gew4.spotify.com", "ap-gue1.spotify.com"];
#[derive(Clone, Debug, Deserialize)]
struct ApResolveData {