spotify: avoid librespot::discovery dependency

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1819>
This commit is contained in:
Nick Steel 2024-09-25 16:06:17 +01:00 committed by Backport Bot
parent 41ec80bf8c
commit 4b064bf54e

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 {