Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamakiri01 committed Dec 13, 2023
1 parent 9c18410 commit 0700471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/HTMLAudioPlugin/HTMLAudioPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class HTMLAudioPlayer extends AudioPlayer {
});
}
if (end != null) {
const onEnded: () => void = () => {
const onEnded= function(): void {
if (asset.loop) {
audio.currentTime = loopStart;
} else {
Expand Down

0 comments on commit 0700471

Please sign in to comment.