Skip to content

Commit f830322

Browse files
committed
Fix spotify URI logging
1 parent cbc4ee7 commit f830322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playback/src/player.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ impl PlayerInternal {
534534
let track = Track::get(&self.session, track_id).wait().unwrap();
535535

536536
info!(
537-
"Loading track \"{}\" with Spotify URI \"{}\"",
537+
"Loading track \"{}\" with Spotify URI \"spotify:track:{}\"",
538538
track.name,
539539
track_id.to_base62()
540540
);

0 commit comments

Comments
 (0)