mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 18:29:45 +02:00
Remove feature gate around apresolve
This commit is contained in:
parent
33c07f0e2b
commit
7c975f8ed0
4 changed files with 4 additions and 20 deletions
|
@ -6,9 +6,8 @@ use hyper_proxy::{Intercept, Proxy, ProxyConnector};
|
|||
use serde::Deserialize;
|
||||
use url::Url;
|
||||
|
||||
use super::AP_FALLBACK;
|
||||
|
||||
const APRESOLVE_ENDPOINT: &str = "http://apresolve.spotify.com:80";
|
||||
const AP_FALLBACK: &str = "ap.spotify.com:443";
|
||||
|
||||
#[derive(Clone, Debug, Deserialize)]
|
||||
struct ApResolveData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue