diff --git a/examples/play.rs b/examples/play.rs index 3cb338a4..37011d02 100644 --- a/examples/play.rs +++ b/examples/play.rs @@ -2,7 +2,7 @@ use std::{env, process::exit}; use librespot::{ core::{ - authentication::Credentials, config::SessionConfig, session::Session, spotify_id::SpotifyId, + authentication::Credentials, config::SessionConfig, session::Session, spotify_id::{SpotifyId, SpotifyItemType}, }, playback::{ audio_backend,