[BUG] Playlists autoskip
NullDev opened this issue · 0 comments
NullDev commented
Describe the bug
If a video from a playlist is clicked, the next one plays instantly, then the next one, etc.
I need to figure out what loads the next video and when. It's NOT an xmlhttprequest, history.push/replaceState and it's also not triggered by video.addEventListener("ended")
Once I know what/how its loaded, I can block it and implement my own "next video" logic