mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix AddDownloadAction
This commit is contained in:
@@ -22,10 +22,6 @@ class ScrapeFileAction(BaseAction):
|
||||
def description(self) -> str:
|
||||
return "刮削媒体信息和图片"
|
||||
|
||||
@property
|
||||
def done(self) -> bool:
|
||||
return True
|
||||
|
||||
@property
|
||||
def success(self) -> bool:
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user