Remove error about updating xtts parameters

This commit is contained in:
Danil Boldyrev 2024-01-02 19:23:42 +03:00
parent 757eba1ef8
commit 36db08d6b8
1 changed files with 0 additions and 4 deletions

View File

@ -258,10 +258,6 @@ class XTTSTtsProvider {
})
}
)
if (!response.ok) {
toastr.error(response.statusText, 'An error occurred when changing TTS settings');
throw new Error(`HTTP ${response.status}: ${await response.text()}`);
}
return response
}