dev
This commit is contained in:
parent
daa9b9d097
commit
5043449bf1
@ -175,7 +175,7 @@ async function widgetView() {
|
|||||||
addText(donat.Text + " " + donat.Amount)
|
addText(donat.Text + " " + donat.Amount)
|
||||||
|
|
||||||
if (widget.AudioUrl) {
|
if (widget.AudioUrl) {
|
||||||
playSpeechAfterAudio(donat.Text, widgetID);
|
playSpeechAfterAudio(widget.AudioUrl, widgetID, donat.Text);
|
||||||
} else {
|
} else {
|
||||||
playSpeech(donat.Text); // Если нет аудио, просто сразу играет речь
|
playSpeech(donat.Text); // Если нет аудио, просто сразу играет речь
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user