[Refactor] Update endpoint names to use 'selectable' prefix for mic, speaker, and translation engines
This commit is contained in:
@@ -107,7 +107,7 @@ export const useLanguageSettings = () => {
|
||||
|
||||
const getTranslationEngines = () => {
|
||||
pendingTranslationEngines();
|
||||
asyncStdoutToPython("/get/data/translation_engines");
|
||||
asyncStdoutToPython("/get/data/selectable_translation_engines");
|
||||
};
|
||||
|
||||
const updateTranslatorAvailability = (payload) => {
|
||||
|
||||
Reference in New Issue
Block a user