Skip to content

Commit

Permalink
Fix config.transcription properties syntax.
Browse files Browse the repository at this point in the history
Signed-off-by: Kurt Garloff <kurt@garloff.de>
  • Loading branch information
garloff committed Jan 12, 2024
1 parent 3f9cc92 commit b399775
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web/rootfs/defaults/settings-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,12 @@ config.enableTcc = false;
// Transcriptions (subtitles and buttons can be configured in interface_config)
config.transcription = {
enabled: {{ $ENABLE_TRANSCRIPTIONS }},
translationLanguages = {{ $TRANSLATION_LANGUAGES }},
translationLanguagesHead = {{ $TRANSLATION_LANGUAGES_HEAD }},
useAppLanguage = {{ $USE_APP_LANGUAGE }},
preferredLanguage = '{{ $PREFERRED_LANGUAGE }}',
disableStartForAll = {{ $DISABLE_START_FOR_ALL }},
autoCaptionOnRecord = {{ $AUTO_CAPTION_ON_RECORD }},
translationLanguages: {{ $TRANSLATION_LANGUAGES }},
translationLanguagesHead: {{ $TRANSLATION_LANGUAGES_HEAD }},
useAppLanguage: {{ $USE_APP_LANGUAGE }},
preferredLanguage: '{{ $PREFERRED_LANGUAGE }}',
disableStartForAll: {{ $DISABLE_START_FOR_ALL }},
autoCaptionOnRecord: {{ $AUTO_CAPTION_ON_RECORD }},
};

// Dynamic branding
Expand Down

0 comments on commit b399775

Please sign in to comment.