diff --git a/src/containers/internal/views/applications/speech-selection.tsx b/src/containers/internal/views/applications/speech-selection.tsx index 30b1a1c..caf88b9 100644 --- a/src/containers/internal/views/applications/speech-selection.tsx +++ b/src/containers/internal/views/applications/speech-selection.tsx @@ -94,7 +94,7 @@ export const SpeechProviderSelection = ({ useEffect(() => { currentVendor.current = synthVendor; - if (!synthesis) { + if (!synthesis || synthVendor.startsWith("custom:")) { return; } const voiceOpts = synthesis[synthVendor as keyof SynthesisVendors]