fix videojs-2
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-07-07 21:03:08 +02:00
parent 7c3cae3b39
commit efef31c233

View File

@ -28,7 +28,7 @@
if(canPlayType) {
const Button = videojs.getComponent("Button");
class DownloadButton extends videojs.getComponent("Component") {
createEl: () => {
createEl() {
const elem = document.createElement("a");
elem.href = info.download;
elem.classList.add("vjs-control");