Skip to content

Commit 8f5b21e

Browse files
committed
resolve merge conflicts
2 parents 2bcba79 + 5bc7477 commit 8f5b21e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
*.mp3
44
docs
55
.DS_Store
6-
data/.DS_Store

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ fn ui(f: &mut Frame, player: &Player) {
466466
0.0
467467
};
468468

469+
469470
let progress_label_text = if let Some(duration) = total {
470471
format!(" {}/{} ", Player::format_duration(elapsed), Player::format_duration(duration))
471472
} else {

0 commit comments

Comments
 (0)