mirror of
https://github.com/devine-dl/devine.git
synced 2025-04-29 17:49:44 +00:00
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…
x
Reference in New Issue
Block a user