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

Add a SpircDelegate abstraction.

This commit is contained in:
Paul Lietar 2015-07-09 21:08:14 +01:00
parent cdd939e88e
commit 1264394838
4 changed files with 117 additions and 49 deletions

View file

@ -44,7 +44,7 @@ fn main() {
let player = Player::new(&session);
let mut spirc_manager = SpircManager::new(&session, &player, username, name);
let mut spirc_manager = SpircManager::new(&session, player, username, name);
spirc_manager.run();
poll_thread.join();