mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
refresh character even when module is not detected
This commit is contained in:
@ -608,10 +608,6 @@ class CoquiTtsProvider {
|
||||
//#############################//
|
||||
|
||||
async function moduleWorker() {
|
||||
// Skip if module not loaded
|
||||
if (!modules.includes('coqui-tts'))
|
||||
return;
|
||||
|
||||
updateCharactersList();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user