mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix actions
This commit is contained in:
@@ -27,6 +27,10 @@ class SendEventAction(BaseAction):
|
||||
def description(self) -> str:
|
||||
return "发送特定事件"
|
||||
|
||||
@property
|
||||
def data(self) -> dict:
|
||||
return SendEventParams().dict()
|
||||
|
||||
@property
|
||||
def success(self) -> bool:
|
||||
return self.__success
|
||||
|
||||
Reference in New Issue
Block a user