add (almost) final download log logic

This commit is contained in:
Vxrtrauter
2026-01-07 23:07:08 +01:00
parent ad6fa428a0
commit 7e59fdc2d3
2 changed files with 22 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from typing import List
class Download:
title: str
url: str
torrent_uri: str
magnet_uri: str
completed: bool
@dataclass