This commit is contained in:
jxxghp
2025-03-04 14:22:32 +08:00
parent 9be2686733
commit affcb9d5c3
12 changed files with 23 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ class FetchDownloadsAction(BaseAction):
def __init__(self, action_id: str):
super().__init__(action_id)
self.chain = ActionChain()
self._downloads = []
@classmethod
@property