mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix AddDownloadAction
This commit is contained in:
@@ -22,10 +22,6 @@ class SendEventAction(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