mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Update play.rs
This commit is contained in:
parent
39b37d344f
commit
b15490714d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue