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:
|
for track in tracks:
|
||||||
if add_progress and track_type != Chapter:
|
if add_progress and track_type != Chapter:
|
||||||
progress = Progress(
|
progress = Progress(
|
||||||
TextColumn("[progress.description]{task.description}"),
|
|
||||||
SpinnerColumn(),
|
SpinnerColumn(),
|
||||||
BarColumn(),
|
BarColumn(),
|
||||||
"•",
|
"•",
|
||||||
|
|
Loading…
Reference in New Issue