1
0
Fork 0
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:
ashthespy 2018-10-12 19:15:26 +02:00
parent 0fcfe4f890
commit 96b432aa4c
2 changed files with 133 additions and 3 deletions

View file

@ -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;