ソースを参照

fix voice list

takatost 7 ヶ月 前
コミット
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 []