mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix expression BGM switch
This commit is contained in:
@ -329,9 +329,9 @@ async function moduleWorker() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
currentExpressionBGM = newExpression;
|
||||||
await updateBGM();
|
await updateBGM();
|
||||||
cooldownBGM = extension_settings.audio.bgm_cooldown * 1000;
|
cooldownBGM = extension_settings.audio.bgm_cooldown * 1000;
|
||||||
currentExpressionBGM = newExpression;
|
|
||||||
console.debug(DEBUG_PREFIX, "(SOLO) Updated current character expression to", currentExpressionBGM, "cooldown", cooldownBGM);
|
console.debug(DEBUG_PREFIX, "(SOLO) Updated current character expression to", currentExpressionBGM, "cooldown", cooldownBGM);
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
Reference in New Issue
Block a user