mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
Merge pull request #2758 from InfinityPacer/feature/event
This commit is contained in:
@@ -14,7 +14,7 @@ class TorrentStatus(Enum):
|
||||
DOWNLOADING = "下载中"
|
||||
|
||||
|
||||
# 可监听事件
|
||||
# 异步广播事件
|
||||
class EventType(Enum):
|
||||
# 插件需要重载
|
||||
PluginReload = "plugin.reload"
|
||||
@@ -56,6 +56,11 @@ class EventType(Enum):
|
||||
MetadataScrape = "metadata.scrape"
|
||||
|
||||
|
||||
# 同步链式事件
|
||||
class ChainEventType(Enum):
|
||||
pass
|
||||
|
||||
|
||||
# 系统配置Key字典
|
||||
class SystemConfigKey(Enum):
|
||||
# 下载器配置
|
||||
|
||||
Reference in New Issue
Block a user