mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 09:49:31 +02:00
Fixed nightly conflict with
This commit is contained in:
parent
7cb551d66d
commit
c19375c5ca
12 changed files with 32 additions and 32 deletions
|
@ -4,10 +4,10 @@ extern crate tokio_core;
|
|||
use std::env;
|
||||
use tokio_core::reactor::Core;
|
||||
|
||||
use librespot::core::authentication::Credentials;
|
||||
use librespot::core::config::SessionConfig;
|
||||
use librespot::core::session::Session;
|
||||
use librespot::core::spotify_id::SpotifyId;
|
||||
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::playback::config::PlayerConfig;
|
||||
|
||||
use librespot::playback::audio_backend;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue