Merge pull request #4058 from rsxdalv/patch-1 refresh voices upon checkReady in openai-compatible TTS

1dc7415cdbb8a82e3db696581344115446cc0e07

Cohee <18619528+Cohee1207@users.noreply.github.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() {