mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-30 04:27:40 +08:00
20 lines
336 B
TOML
20 lines
336 B
TOML
schema_version = 1
|
|
id = "FanartModule"
|
|
kind = "host_module"
|
|
entrypoint = "app.modules.fanart:FanartModule"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "Fanart"
|
|
type = "other"
|
|
subtype = "Fanart"
|
|
priority = 0
|
|
|
|
[activation]
|
|
policy = "when_configured"
|
|
watch = ["FANART_API_KEY"]
|
|
|
|
[activation.selector]
|
|
kind = "setting_truthy"
|
|
key = "FANART_API_KEY"
|