spotify: avoid librespot::discovery dependency

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1815>
This commit is contained in:
Nick Steel 2024-09-25 16:06:17 +01:00 committed by GStreamer Marge Bot
parent 0d160d8cf6
commit e006c20556

View file

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