mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix actions execute
This commit is contained in:
@@ -42,7 +42,7 @@ class TransferFileAction(BaseAction):
|
||||
def success(self) -> bool:
|
||||
return True if self.__fileitems else False
|
||||
|
||||
async def execute(self, params: TransferFileParams, context: ActionContext) -> ActionContext:
|
||||
def execute(self, params: dict, context: ActionContext) -> ActionContext:
|
||||
"""
|
||||
从downloads中整理文件,记录到fileitems
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user