Compare commits
1 Commits
d95d262b4d
...
84e5c0c341
Author | SHA1 | Date |
---|---|---|
Davide Polonio | 84e5c0c341 |
|
@ -32,7 +32,7 @@ async fn main() {
|
|||
"Track information:\n\
|
||||
🎵 Track name: {}\n\
|
||||
🧑🎤 Artist(s): {}\n\
|
||||
⏳ Duration: {} second(s)",
|
||||
⏳ Duration: {}",
|
||||
info.name,
|
||||
truncate_with_dots(info.artists.join(", "), MAX_ARTISTS_CHARS),
|
||||
human_readable_duration(info.duration)
|
||||
|
|
Loading…
Reference in New Issue