This commit is contained in:
weipengfei 2023-10-13 21:52:29 +08:00
parent fa550ba896
commit 594a150e62
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ async function loadTTS(){
onAudioEnd()
})
audioElements.push(a)
if (i == 0)
if (ttsList.length == 0)
playAudio()
}
ttsList = tts;