mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-30 12:36:55 +08:00
16 lines
270 B
TOML
16 lines
270 B
TOML
schema_version = 1
|
|
id = "AniListModule"
|
|
kind = "host_module"
|
|
entrypoint = "app.modules.anilist:AniListModule"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "AniList"
|
|
type = "mediarecognize"
|
|
subtype = "AniList"
|
|
priority = 4
|
|
|
|
[activation]
|
|
policy = "bootstrap"
|
|
watch = ["PROXY_HOST"]
|