mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix(module): 补全 indexer 缺少 get_subtype 方法
- 补全 `indexer` 缺少 `get_subtype` 方法。 - 增加 `get_running_subtype_module` 方法,可结合 `types` 快速获取单个运行中的 `module` 。
This commit is contained in:
@@ -220,6 +220,8 @@ class OtherModulesType(Enum):
|
||||
FileManager = "文件整理"
|
||||
# 过滤器
|
||||
Filter = "过滤器"
|
||||
# 站点索引
|
||||
Indexer = "站点索引"
|
||||
|
||||
|
||||
# 用户配置Key字典
|
||||
|
||||
Reference in New Issue
Block a user