Ver código fonte

fix voice list

takatost 8 meses atrás
pai
commit
d92cb994a9
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      api/core/plugin/manager/model.py

+ 1 - 0
api/core/plugin/manager/model.py

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