fix AddDownloadAction

This commit is contained in:
jxxghp
2025-02-19 15:24:13 +08:00
parent 15e1fb61ac
commit 351029a842
13 changed files with 50 additions and 57 deletions
-4
View File
@@ -22,10 +22,6 @@ class FetchMediasAction(BaseAction):
def description(self) -> str:
return "获取媒体数据"
@property
def done(self) -> bool:
return True
@property
def success(self) -> bool:
return True