Remove unused TextColumn from Track progress bar

This commit is contained in:
rlaphoenix 2023-02-26 15:53:17 +00:00
parent 73b68fe7fe
commit a8c1612eb5
1 changed files with 0 additions and 1 deletions

View File

@ -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(),
"", "",