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

Reenable Facebook authentication.

This commit is contained in:
Paul Lietar 2016-03-20 13:55:20 +00:00
parent 5639dae42d
commit 01fa099cda
6 changed files with 16 additions and 30 deletions

View file

@ -17,4 +17,7 @@ pub mod spirc;
pub mod link;
pub mod stream;
#[cfg(feature = "facebook")]
pub mod spotilocal;
pub use album_cover::get_album_cover;