mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 17:59:24 +02:00
Implement support for dynamic playlists (Radio)
This commit is contained in:
parent
0fcfe4f890
commit
96b432aa4c
2 changed files with 133 additions and 3 deletions
|
@ -2,6 +2,9 @@
|
|||
extern crate log;
|
||||
#[macro_use]
|
||||
extern crate serde_json;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
extern crate serde;
|
||||
|
||||
extern crate base64;
|
||||
extern crate crypto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue