prevent conflict

This commit is contained in:
vapormusic 2021-12-10 17:19:13 +07:00
parent 50769aaa84
commit 309a20620f

View file

@ -39,7 +39,6 @@
} }
}, },
beforeDestroy() { beforeDestroy() {
this.hls.detachMedia();
this.hls.destroy(); this.hls.destroy();
console.log('killed') console.log('killed')
} }