Issue Autoplay
Closed this issue · 2 comments
OxydeDev1789 commented
Hello I tried the Autoplay() function this last one skips the music by putting a music found by the module but the problem when the music ends it does not try to find another music but it has stopped playing why not put it in the Loop function
Joniii11 commented
You need to trigger it by yourself. Just add a event listener to trackEndEvent and check if there are no tracks in queue if so trigger autoplay
parasop commented
solved