Type: Maintenance — plugin manifest cleanup (no runtime behavior change).
Internal
plugin.jsonsettings manifest de-drifted. The staticfieldsarray had gone stale: it still listed the removedtimezonesetting and was missingcustom_aliasesplus the audio / throughput / webhook fields.plugin.pydefines settings dynamically via thePlugin.fieldsproperty (the single source of truth, which Dispatcharr always uses when present), so the static array is now intentionally"fields": []with an explanatory_fields_note— mirroring the Lineuparr convention so it can't drift again. No runtime or settings-form change; the published Plugin Hub entry now shows accurate metadata.