mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-30 20:54:32 +08:00
16 lines
270 B
TOML
16 lines
270 B
TOML
schema_version = 1
|
|
id = "BangumiModule"
|
|
kind = "host_module"
|
|
entrypoint = "app.modules.bangumi:BangumiModule"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "Bangumi"
|
|
type = "mediarecognize"
|
|
subtype = "Bangumi"
|
|
priority = 3
|
|
|
|
[activation]
|
|
policy = "bootstrap"
|
|
watch = ["PROXY_HOST"]
|