diff --git a/internal/model/widget-templates.go b/internal/model/widget-templates.go index fef1b7e..633b018 100644 --- a/internal/model/widget-templates.go +++ b/internal/model/widget-templates.go @@ -175,7 +175,7 @@ async function widgetView() { addText(donat.Text + " " + donat.Amount) if (widget.AudioUrl) { - playSpeechAfterAudio(donat.Text, widgetID); + playSpeechAfterAudio(widget.AudioUrl, widgetID, donat.Text); } else { playSpeech(donat.Text); // Если нет аудио, просто сразу играет речь }