1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00

Support Dailymixes and refactor dynamic playlists

This commit is contained in:
ashthespy 2019-03-13 20:35:46 +01:00
parent 96b432aa4c
commit c0416972b6
3 changed files with 133 additions and 55 deletions

View file

@ -26,5 +26,6 @@ extern crate librespot_core as core;
extern crate librespot_playback as playback;
extern crate librespot_protocol as protocol;
pub mod context;
pub mod discovery;
pub mod spirc;