This commit is contained in:
Vxrtrauter
2025-10-12 20:27:03 +02:00
3 changed files with 54 additions and 10 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ def aria2server():
def dlprogress():
try:
state.downloads = state.aria2.get_downloads()
state.downloads = [download for download in state.aria2.get_downloads() if not download.is_metadata]
downloads = state.downloads
if downloads:
for download in downloads: