Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All of the 'loadedmetadata' listeners are removed by this plugin #109

Open
mig8447 opened this issue Dec 24, 2020 · 0 comments
Open

All of the 'loadedmetadata' listeners are removed by this plugin #109

mig8447 opened this issue Dec 24, 2020 · 0 comments

Comments

@mig8447
Copy link

mig8447 commented Dec 24, 2020

The excerpt below removes all player's loadedmetadata listeners

player.off("loadedmetadata");

The below excerpt should instead be changed to player.one( ... ) to avoid this

player.on("loadedmetadata", function() {

mig8447 added a commit to mig8447/videojs-markers that referenced this issue Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant