diff --git a/apps/readest-app/src/services/tts/TTSController.ts b/apps/readest-app/src/services/tts/TTSController.ts index 99f6d64a..64996093 100644 --- a/apps/readest-app/src/services/tts/TTSController.ts +++ b/apps/readest-app/src/services/tts/TTSController.ts @@ -540,6 +540,7 @@ export class TTSController extends EventTarget { await this.stop(); this.#clearHighlighter(); this.#ttsSectionIndex = -1; + this.view.tts = null; if (this.ttsWebClient.initialized) { await this.ttsWebClient.shutdown(); }