diff --git a/audio/spotify/src/common.rs b/audio/spotify/src/common.rs index d2056153..03587b4c 100644 --- a/audio/spotify/src/common.rs +++ b/audio/spotify/src/common.rs @@ -12,9 +12,9 @@ use gst::glib; use gst::prelude::*; use librespot::core::{ - cache::Cache, config::SessionConfig, session::Session, spotify_id::SpotifyId, + authentication::Credentials, cache::Cache, config::SessionConfig, session::Session, + spotify_id::SpotifyId, }; -use librespot::discovery::Credentials; #[derive(Default, Debug, Clone)] pub struct Settings {