fix(transcriptions): Fixes stop transcriptions via api.

This commit is contained in:
damencho
2026-01-23 12:20:52 -06:00
committed by Дамян Минков
parent 4ce27eeb1a
commit 2c6ccd7d6b

View File

@@ -812,7 +812,7 @@ function initCommands() {
}
if (transcription) {
APP.store.dispatch(setRequestingSubtitles(false, false, null));
APP.store.dispatch(setRequestingSubtitles(false, false, null, true));
}
if (mode === 'local') {