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:
parent
aa1d466e92
commit
4d712efb48
5 changed files with 97 additions and 54 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue