From 83821d9feb6bd24c5eb7d8221add2ea03df1833d Mon Sep 17 00:00:00 2001 From: Cohee Date: Tue, 13 Jun 2023 13:55:00 +0300 Subject: [PATCH] Fix TTS manifest --- public/scripts/extensions/tts/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/scripts/extensions/tts/manifest.json b/public/scripts/extensions/tts/manifest.json index ccd63edf6..7cfb20570 100644 --- a/public/scripts/extensions/tts/manifest.json +++ b/public/scripts/extensions/tts/manifest.json @@ -3,11 +3,12 @@ "loading_order": 10, "requires": [], "optional": [ - "tts" + "silero-tts", + "edge-tts" ], "js": "index.js", "css": "style.css", "author": "Ouoertheo#7264", "version": "1.0.0", "homePage": "None" -} \ No newline at end of file +}