mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-11 18:10:15 +08:00
fix actions
This commit is contained in:
@@ -37,11 +37,11 @@ class FetchRssAction(BaseAction):
|
||||
|
||||
@property
|
||||
def name(self) -> str:
|
||||
return "获取RSS资源列表"
|
||||
return "获取RSS资源"
|
||||
|
||||
@property
|
||||
def description(self) -> str:
|
||||
return "请求RSS地址获取数据,并解析为资源列表"
|
||||
return "订阅RSS地址获取资源"
|
||||
|
||||
@property
|
||||
def data(self) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user