mirror of
https://github.com/glomatico/votify.git
synced 2026-09-26 19:12:27 +02:00
adjust queue_progress
This commit is contained in:
+1
-1
@@ -362,7 +362,7 @@ def main(
|
||||
continue
|
||||
for index, download_queue_item in enumerate(download_queue, start=1):
|
||||
queue_progress = (
|
||||
f"Track {index}/{len(download_queue)}" f" from URL {url}/{len(urls)}"
|
||||
f"Track {index}/{len(download_queue)} from URL {url_index}/{len(urls)}"
|
||||
)
|
||||
media_metadata = download_queue_item.media_metadata
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user