From ed30d0d49cd6ddc41fad558d12a84a40e263ca79 Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Fri, 23 May 2025 13:50:52 -0500 Subject: [PATCH] feat(web): disable closed captions when transcription is disabled (#2092) --- web/rootfs/defaults/settings-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/rootfs/defaults/settings-config.js b/web/rootfs/defaults/settings-config.js index 93deafe..d4de628 100644 --- a/web/rootfs/defaults/settings-config.js +++ b/web/rootfs/defaults/settings-config.js @@ -358,6 +358,7 @@ config.enableTcc = false; // Transcriptions (subtitles and buttons can be configured in interface_config) config.transcription = { enabled: {{ $ENABLE_TRANSCRIPTIONS }}, + disableClosedCaptions: {{ not $ENABLE_TRANSCRIPTIONS }}, translationLanguages: {{ $TRANSLATION_LANGUAGES }}, translationLanguagesHead: {{ $TRANSLATION_LANGUAGES_HEAD }}, useAppLanguage: {{ $USE_APP_LANGUAGE }},