Skip to content

Commit 2c6ccd7

Browse files
committed
fix(transcriptions): Fixes stop transcriptions via api.
1 parent 4ce27ee commit 2c6ccd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/API/API.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ function initCommands() {
812812
}
813813

814814
if (transcription) {
815-
APP.store.dispatch(setRequestingSubtitles(false, false, null));
815+
APP.store.dispatch(setRequestingSubtitles(false, false, null, true));
816816
}
817817

818818
if (mode === 'local') {

0 commit comments

Comments
 (0)