fix: progress part 1. percentage is working

This commit is contained in:
2025-11-20 19:21:01 +01:00
parent 34019b7e65
commit 029abb9be2
5 changed files with 64 additions and 27 deletions

View File

@@ -260,6 +260,7 @@ class SeriesApp:
progress=(downloaded / total_bytes) * 100 if total_bytes else 0,
eta=eta,
mbper_sec=mbper_sec,
item_id=item_id,
)
)
# Perform download in thread to avoid blocking event loop