oops, typo
This commit is contained in:
parent
516369fb07
commit
35fff74477
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ function play(audioId) {
|
|||
if (audioPromises[audioId]) {
|
||||
audioPromises[audioId] = audioPromises[audioId].then(()=>{
|
||||
audio.load();
|
||||
return audio.play());
|
||||
return audio.play();
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue