refresh voices upon checkReady in openai-compatible TTS

This commit is contained in:
Roberts Slisans
2025-05-29 14:40:52 +03:00
committed by GitHub
parent 87df4db1a4
commit 8db879d9f2

View File

@@ -120,7 +120,7 @@ class OpenAICompatibleTtsProvider {
} }
async checkReady() { async checkReady() {
await this.fetchTtsVoiceObjects(); this.voices = await this.fetchTtsVoiceObjects();
} }
async onRefreshClick() { async onRefreshClick() {