소스 검색

fix voice list

takatost 9 달 전
부모
커밋
d92cb994a9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 = []
             for voice in resp.voices:
                 voices.append({"name": voice.name, "value": voice.value})
+
             return voices
 
         return []