diff --git a/root/scripts/update.py b/root/scripts/update.py index c30c9b4..5cd8f7e 100644 --- a/root/scripts/update.py +++ b/root/scripts/update.py @@ -126,6 +126,8 @@ def main(): safeConfigParser.set("Subtitle", "encoding", os.environ.get("SUBTITLE_ENCODING")) if os.environ.get("SUBTITLE_BURN_SUBTITLES"): safeConfigParser.set("Subtitle", "burn-subtitles", os.environ.get("SUBTITLE_BURN_SUBTITLES")) + if os.environ.get("SUBTITLE_BURN_DISPOSITIONS"): + safeConfigParser.set("Subtitle", "burn-dispositions", os.environ.get("SUBTITLE_BURN_DISPOSITIONS")) if os.environ.get("SUBTITLE_DOWNLOAD_SUBS"): safeConfigParser.set("Subtitle", "download-subs", os.environ.get("SUBTITLE_DOWNLOAD_SUBS")) if os.environ.get("SUBTITLE_DOWNLOAD_HEARING_IMPAIRED_SUBS"):