Update public/scripts/extensions/tts/index.js Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>

52a4c9202d70aeaeb383f27a1e68dd4fb68b4e7b

Yaroslav Sivakov <yar3333@gmail.com>

Signed
1 files changed, +1 -1Showing whitespace changes
public/scripts/extensions/tts/index.js+1 -1
@@ -484,7 +484,7 @@ async function processTtsQueue() {
484484 }
485485
486486 // Remove embedded images
487487 text = text.replace(/!\[alt-text.*?]\([^)]*\)/g, ' ');
488488
489489 if (typeof ttsProvider?.processText === 'function') {
490490 text = await ttsProvider.processText(text);