Parcourir la source

Fix play.rs example

Gilles Castel il y a 5 ans
Parent
commit
93a00956ce
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      examples/play.rs

+ 4 - 4
examples/play.rs

@@ -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;