diff --git a/src/components/textToSpeech/component.tsx b/src/components/textToSpeech/component.tsx index d64acdb8..7a1c89c8 100644 --- a/src/components/textToSpeech/component.tsx +++ b/src/components/textToSpeech/component.tsx @@ -369,6 +369,7 @@ class TextToSpeech extends React.Component< } if (this.state.isAudioOn && this.props.isReading) { await TTSUtil.clearAudioPaths(); + TTSUtil.setAudioPaths(); let position = this.props.htmlBook.rendition.getPosition(); ConfigService.setObjectConfig( this.props.currentBook.key,