summaryrefslogtreecommitdiff
path: root/src/audio/rodio.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/rodio.rs')
-rw-r--r--src/audio/rodio.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/rodio.rs b/src/audio/rodio.rs
index 49ebe40..d1a5d0d 100644
--- a/src/audio/rodio.rs
+++ b/src/audio/rodio.rs
@@ -50,7 +50,7 @@ impl Rodio {
|metadata| {
if let Ok(md) = metadata {
if let Some(tr) = md.stream_title() {
- println!(" {tr}");
+ println!("{tr}");
}
}
},