mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
feat(event): separate implementation of broadcast and chain
This commit is contained in:
@@ -57,11 +57,8 @@ class EventType(Enum):
|
||||
|
||||
|
||||
# 同步链式事件
|
||||
class SyncEventType(Enum):
|
||||
# 刮削元数据
|
||||
MetadataScrape = "metadata.scrape"
|
||||
# 插件动作
|
||||
PluginAction = "plugin.action"
|
||||
class ChainEventType(Enum):
|
||||
pass
|
||||
|
||||
|
||||
# 系统配置Key字典
|
||||
|
||||
Reference in New Issue
Block a user