mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
refactor(runtime): lazily activate host modules (#6331)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
schema_version = 1
|
||||
id = "FilterModule"
|
||||
kind = "host_module"
|
||||
entrypoint = "app.modules.filter:FilterModule"
|
||||
depends_on = []
|
||||
|
||||
[metadata]
|
||||
name = "过滤器"
|
||||
type = "other"
|
||||
subtype = "Filter"
|
||||
priority = 4
|
||||
|
||||
[activation]
|
||||
policy = "bootstrap"
|
||||
watch = ["CustomFilterRules", "CustomIdentifiers", "CustomReleaseGroups", "Customization"]
|
||||
Reference in New Issue
Block a user