1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 10:19:27 +02:00

Resolve access point when connecting and pick a random one.

Spotify’s apresolve will return the best AP based on the user’s location.
This commit is contained in:
Paul Lietar 2016-03-13 20:03:09 +00:00
parent 60db12ee9e
commit 25bd38fd13
7 changed files with 148 additions and 3 deletions

View file

@ -13,4 +13,5 @@ pub mod session;
pub mod spirc;
pub mod link;
mod stream;
pub mod apresolve;
mod zeroconf;