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

Move discovery to its own module.

This commit is contained in:
awiouy 2018-02-06 01:00:00 +01:00 committed by Paul Liétar
parent 7ead896ae7
commit e3516ebd9b
6 changed files with 56 additions and 13 deletions

View file

@ -25,7 +25,7 @@ use librespot::core::session::Session;
use librespot::core::version;
use librespot::audio_backend::{self, Sink, BACKENDS};
use librespot::discovery::{discovery, DiscoveryStream};
use librespot::discovery::discovery::{discovery, DiscoveryStream};
use librespot::mixer::{self, Mixer};
use librespot::player::Player;
use librespot::spirc::{Spirc, SpircTask};