forked from DRMTalks/devine
Remove unused TextColumn from Track progress bar
This commit is contained in:
parent
73b68fe7fe
commit
a8c1612eb5
|
@ -107,7 +107,6 @@ class Tracks:
|
|||
for track in tracks:
|
||||
if add_progress and track_type != Chapter:
|
||||
progress = Progress(
|
||||
TextColumn("[progress.description]{task.description}"),
|
||||
SpinnerColumn(),
|
||||
BarColumn(),
|
||||
"•",
|
||||
|
|
Loading…
Reference in New Issue