feat: Add progress bar when syncing albums
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
f946dbb9ce
commit
49c4a79845
3 changed files with 106 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue