mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Fix play.rs example
This commit is contained in:
parent
25107ee796
commit
93a00956ce
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@ extern crate tokio_core;
|
|||
use std::env;
|
||||
use tokio_core::reactor::Core;
|
||||
|
||||
use librespot::librespot_core::authentication::Credentials;
|
||||
use librespot::librespot_core::config::SessionConfig;
|
||||
use librespot::librespot_core::session::Session;
|
||||
use librespot::librespot_core::spotify_id::SpotifyId;
|
||||
use librespot::core::authentication::Credentials;
|
||||
use librespot::core::config::SessionConfig;
|
||||
use librespot::core::session::Session;
|
||||
use librespot::core::spotify_id::SpotifyId;
|
||||
use librespot::playback::config::PlayerConfig;
|
||||
|
||||
use librespot::playback::audio_backend;
|
||||
|
|
Loading…
Reference in a new issue