mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Fix spotify URI logging
This commit is contained in:
parent
cbc4ee7554
commit
f830322e14
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ impl PlayerInternal {
|
|||
let track = Track::get(&self.session, track_id).wait().unwrap();
|
||||
|
||||
info!(
|
||||
"Loading track \"{}\" with Spotify URI \"{}\"",
|
||||
"Loading track \"{}\" with Spotify URI \"spotify:track:{}\"",
|
||||
track.name,
|
||||
track_id.to_base62()
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue