From 991ea47b40297a1269452ab9f4540d3d92e97a47 Mon Sep 17 00:00:00 2001 From: Vxrtrauter Date: Sun, 12 Oct 2025 20:46:06 +0200 Subject: [PATCH] remove unnessecary --- core/network/aria2_integration.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/network/aria2_integration.py b/core/network/aria2_integration.py index 10b2058..0a85d6a 100644 --- a/core/network/aria2_integration.py +++ b/core/network/aria2_integration.py @@ -54,13 +54,6 @@ def dlprogress(): return 0 except: return 0 - -def get_active_downloads(): - try: - downloads = state.aria2.get_downloads() - return [d for d in downloads if d.is_active] - except: - return [] def send_notification(shutdown_event): notified = set()