mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 12:06:51 +08:00
16 lines
244 B
TOML
16 lines
244 B
TOML
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 = []
|