mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix actions execute
This commit is contained in:
@@ -39,7 +39,7 @@ class FetchDownloadsAction(BaseAction):
|
||||
return True
|
||||
return True if all([d.completed for d in self._downloads]) else False
|
||||
|
||||
async def execute(self, params: FetchDownloadsParams, context: ActionContext) -> ActionContext:
|
||||
def execute(self, params: dict, context: ActionContext) -> ActionContext:
|
||||
"""
|
||||
更新downloads中的下载任务状态
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user