add basic libtorrent integration

This commit is contained in:
Vxrtrauter
2026-01-30 21:31:30 +01:00
parent 1da62ef414
commit b217a74fce
2 changed files with 45 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@ class AppState(QObject):
self.aria2p: Any = None
self.aria2_threads: int = 4
self.settings_path: str = None
self.dl_session: Any = None
self.active_downloads: Any = None
@property
def image_path(self) -> str: