fix start listening

This commit is contained in:
akirilyuk
2022-02-26 23:32:00 +01:00
parent de61cc1d3d
commit 942c73e64b

View File

@@ -139,7 +139,7 @@ class TaskGather extends Task {
} }
}); });
} }
else startListening(); else startListening(cs, ep);
if (this.input.includes('speech') && this.listenDuringPrompt) { if (this.input.includes('speech') && this.listenDuringPrompt) {
await this._initSpeech(cs, ep); await this._initSpeech(cs, ep);