small fixes

This commit is contained in:
Henrik Friedrichsen
2019-03-06 00:47:30 +01:00
parent 7b4c40026a
commit 0d2896363f
4 changed files with 3 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ impl fmt::Debug for Track {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
write!(
f,
"({} - {} ({})",
"({} - {} ({}))",
self.artists,
self.title,
self.id.to_base62()