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

@@ -247,6 +247,7 @@ class TestDownload:
season=1,
episode=1,
key="test_key",
item_id=None,
)
@pytest.mark.asyncio
@@ -272,6 +273,7 @@ class TestDownload:
season=1,
episode=1,
key="test_key",
item_id=None,
)
@pytest.mark.asyncio