From e006c205568342957b2ae455d892d1e6a49262a4 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Wed, 25 Sep 2024 16:06:17 +0100 Subject: [PATCH] spotify: avoid librespot::discovery dependency Part-of: --- audio/spotify/src/common.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {