fix(config): Move debugAudioLelvels in config.testing

This commit is contained in:
Hristo Terezov
2025-01-15 10:59:33 -06:00
parent ef56f1d23d
commit c1cbd37d87
4 changed files with 6 additions and 3 deletions

View File

@@ -1590,7 +1590,7 @@ export default {
if (config.testing?.testMode) {
this.audioLevelsMap[id] = newLvl;
if (config.debugAudioLevels) {
if (config.testing?.debugAudioLevels) {
logger.log(`AudioLevel:${id}/${newLvl}`);
}
}