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:
parent
7ead896ae7
commit
e3516ebd9b
6 changed files with 56 additions and 13 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue