Fix spotify URI logging

This commit is contained in:
Sasha Hilton 2018-02-28 13:35:31 +01:00
parent cbc4ee7554
commit f830322e14

View file

@ -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()
);