fix voice list

This commit is contained in:
takatost 2024-11-01 00:53:38 -07:00
parent 413326905e
commit d92cb994a9

View File

@ -437,6 +437,7 @@ class PluginModelManager(BasePluginManager):
voices = []
for voice in resp.voices:
voices.append({"name": voice.name, "value": voice.value})
return voices
return []