Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ensurePlaying() from timeupdate listener
The ensurePlaying() call was removed from the timeupdate listener due to unnecessary API calls, which could trigger before previous calls completed. This functionality isn't required in timeupdate, as listening to playing and pause events suffices. An edge case where the video is played before the script upload finishes has also been addressed to ensure proper handling.
- Loading branch information