From b15490714d600fd12fc7040ba012e9b4fdccd692 Mon Sep 17 00:00:00 2001 From: killahtree <34866740+wholivesinapineappleunderthesea@users.noreply.github.com> Date: Thu, 3 Nov 2022 20:21:39 -0400 Subject: [PATCH] Update play.rs --- examples/play.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,