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

connect: discovery and spirc

This commit is contained in:
awiouy 2018-02-11 16:57:55 +01:00
parent 191caca518
commit d900134114
10 changed files with 21 additions and 15 deletions

View file

@ -26,10 +26,10 @@ use librespot::core::version;
use librespot::playback::audio_backend::{self, Sink, BACKENDS};
use librespot::playback::config::{Bitrate, PlayerConfig};
use librespot::discovery::discovery::{discovery, DiscoveryStream};
use librespot::connect::discovery::{discovery, DiscoveryStream};
use librespot::playback::mixer::{self, Mixer};
use librespot::playback::player::Player;
use librespot::spirc::{Spirc, SpircTask};
use librespot::connect::spirc::{Spirc, SpircTask};
fn usage(program: &str, opts: &getopts::Options) -> String {
let brief = format!("Usage: {} [options]", program);