refresh voices upon checkReady in openai-compatible TTS

8db879d9f2e630750e25fa4330f80b20d2052ddb

Roberts Slisans <roberts.slisans@gmail.com>

Signed
1 files changed, +1 -1Showing whitespace changes
public/scripts/extensions/tts/openai-compatible.js+1 -1
@@ -120,7 +120,7 @@ class OpenAICompatibleTtsProvider {
120 }120 }
121121
122 async checkReady() {122 async checkReady() {
123 await this.fetchTtsVoiceObjects();123 this.voices = await this.fetchTtsVoiceObjects();
124 }124 }
125125
126 async onRefreshClick() {126 async onRefreshClick() {