mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-24 05:47:21 -05:00
E-book viewer: Read Aloud: Fix regression in previous release that broke
changing voices when engine is set to 'Automatically select'. Fixes #2121897 [TTS Error with version 8.9 so went back to 8.8 which works fine.](https://bugs.launchpad.net/calibre/+bug/2121897)
This commit is contained in:
parent
d6f552cb1f
commit
141390ec34
@ -572,7 +572,7 @@ class ConfigDialog(Dialog):
|
||||
|
||||
def accept(self):
|
||||
engine_name = self.engine_choice.value
|
||||
tts = create_tts_backend(engine_name)
|
||||
tts = create_tts_backend(engine_name or None)
|
||||
s = self.engine_specific_config.as_settings()
|
||||
if not tts.validate_settings(s, self):
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user