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

Support downloading Album Covers.

This commit is contained in:
Paul Lietar 2016-03-13 20:03:40 +00:00
parent aa1d466e92
commit 4d712efb48
5 changed files with 97 additions and 54 deletions

View file

@ -1,4 +1,5 @@
#[macro_use] pub mod util;
mod album_cover;
mod audio_decrypt;
mod audio_file;
mod audio_key;
@ -13,6 +14,8 @@ pub mod player;
pub mod session;
pub mod spirc;
pub mod link;
mod stream;
pub mod stream;
pub mod apresolve;
mod zeroconf;
pub use album_cover::get_album_cover;