Commit 16615010 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent e516374d
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
engine: STTEngine !== '' ? STTEngine : undefined engine: STTEngine !== '' ? STTEngine : undefined
}, },
tts: { tts: {
voice: $config.audio.tts.engine === 'openai' ? voice : voice !== '' ? voice : undefined, voice: voice !== '' ? voice : undefined,
nonLocalVoices: $config.audio.tts.engine === '' ? nonLocalVoices : undefined nonLocalVoices: $config.audio.tts.engine === '' ? nonLocalVoices : undefined
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment