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

@ -11,6 +11,7 @@ extern crate bit_set;
extern crate byteorder;
extern crate crypto;
extern crate eventual;
extern crate hyper;
extern crate num;
extern crate portaudio;
extern crate protobuf;