mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(transcript) duplicated namespace (#14151)
This commit is contained in:
@@ -93,11 +93,11 @@ export function toggleRequestingSubtitles() {
|
||||
export function setRequestingSubtitles(
|
||||
enabled: boolean,
|
||||
displaySubtitles = true,
|
||||
language: string | null = DEFAULT_LANGUAGE) {
|
||||
language: string | null = `translation-languages:${DEFAULT_LANGUAGE}`) {
|
||||
return {
|
||||
type: SET_REQUESTING_SUBTITLES,
|
||||
displaySubtitles,
|
||||
enabled,
|
||||
language: `translation-languages:${language}`
|
||||
language
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user