diff --git a/public/scripts/extensions/tts/index.js b/public/scripts/extensions/tts/index.js index d7664e4d2..52722712a 100644 --- a/public/scripts/extensions/tts/index.js +++ b/public/scripts/extensions/tts/index.js @@ -174,6 +174,7 @@ function debugTtsPlayback() { "audioQueueProcessorReady": audioQueueProcessorReady, "ttsJobQueue": ttsJobQueue, "currentTtsJob": currentTtsJob, + "ttsConfig": extension_settings.tts } )) } @@ -372,6 +373,7 @@ async function processTtsQueue() { try { if (!text) { console.warn('Got empty text in TTS queue job.'); + completeTtsJob() return; }