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

Add Facebook based login.

This commit is contained in:
Paul Lietar 2016-03-16 00:05:05 +00:00
parent 4d712efb48
commit 4b4bc2f4e1
12 changed files with 383 additions and 42 deletions

View file

@ -18,4 +18,7 @@ pub mod stream;
pub mod apresolve;
mod zeroconf;
#[cfg(feature = "facebook")]
pub mod facebook;
pub use album_cover::get_album_cover;