Browse Source

Fix spotify URI logging

Sasha Hilton 7 năm trước cách đây
mục cha
commit
f830322e14
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      playback/src/player.rs

+ 1 - 1
playback/src/player.rs

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