mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-31 22:38:47 +00:00
spotify: avoid librespot::discovery dependency
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1815>
This commit is contained in:
parent
0d160d8cf6
commit
e006c20556
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue