mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
refactor(runtime): lazily activate host modules (#6331)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
schema_version = 1
|
||||
id = "LrclibModule"
|
||||
kind = "host_module"
|
||||
entrypoint = "app.modules.lrclib:LrclibModule"
|
||||
depends_on = []
|
||||
|
||||
[metadata]
|
||||
name = "LRCLIB"
|
||||
type = "other"
|
||||
subtype = "Lrclib"
|
||||
priority = 5
|
||||
|
||||
[activation]
|
||||
policy = "bootstrap"
|
||||
watch = []
|
||||
Reference in New Issue
Block a user