diff options
| author | Yuval Adam <_@yuv.al> | 2024-06-03 10:35:22 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-06-03 10:35:22 +0200 |
| commit | a4ae080d330b8917b22f2f2e017f508f49fecd5e (patch) | |
| tree | 9f1af6707612bb5f9212ced5f857c01ccc161582 /src | |
| parent | d5576dd1bdd0e4af446b7990acab2a4c6a91a3f2 (diff) | |
Bump to v0.5.0 and cleanup output for now
Diffstat (limited to 'src')
| -rw-r--r-- | src/audio/rodio.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/rodio.rs b/src/audio/rodio.rs index 520628c..2557ed4 100644 --- a/src/audio/rodio.rs +++ b/src/audio/rodio.rs @@ -53,7 +53,7 @@ impl Rodio { let md = metadata.unwrap(); if md.track_title().is_some() { let tr = md.track_title().unwrap(); - println!("{tr}"); + println!(" {tr}"); } } }, |
