feat: Add progress bar when syncing albums

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
SindreKjelsrud 2026-01-13 22:02:06 +01:00
parent f946dbb9ce
commit 49c4a79845
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
3 changed files with 106 additions and 1 deletions

View file

@ -40,6 +40,9 @@ pathdiff = "0.2"
# CLI
clap = { version = "4.0", features = ["derive"] }
# TUI Progress bars
indicatif = "0.17"
# ID3 tag parsing
id3 = "1.13"