videojs-cuepoints icon indicating copy to clipboard operation
videojs-cuepoints copied to clipboard

destroy cuepoints not working

Open zang opened this issue 9 years ago • 0 comments

The existed cuepoints don't seem to get cleared once I call the player.destroyCuepoints(); function. My flow is as below:

//..... Change video source to load new video player.cuepoints(); //init cuepoints player.destroyCuepoints(); //destroy existed ones from previous video player.addCuepoint({}); //add new cuepoints for the newly loaded video

thanks in advance

zang avatar Nov 13 '15 17:11 zang