mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 20:17:13 +08:00
16 lines
258 B
TOML
16 lines
258 B
TOML
schema_version = 1
|
|
id = "SubtitleModule"
|
|
kind = "host_module"
|
|
entrypoint = "app.modules.subtitle:SubtitleModule"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "站点字幕"
|
|
type = "other"
|
|
subtype = "Subtitle"
|
|
priority = 0
|
|
|
|
[activation]
|
|
policy = "bootstrap"
|
|
watch = []
|