mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
refresh character even when module is not detected
This commit is contained in:
parent
213099dd6d
commit
f97cc5694d
@ -608,10 +608,6 @@ class CoquiTtsProvider {
|
||||
//#############################//
|
||||
|
||||
async function moduleWorker() {
|
||||
// Skip if module not loaded
|
||||
if (!modules.includes('coqui-tts'))
|
||||
return;
|
||||
|
||||
updateCharactersList();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user