Remove unused code

This commit is contained in:
dragongoose 2023-03-27 08:34:11 -04:00
parent 61e6f2c8b6
commit f2a40bdf7f

View File

@ -30,7 +30,6 @@ export default {
// when the component is being mounted // when the component is being mounted
mounted() { mounted() {
this.player = videojs('video-player', this.options, () => { this.player = videojs('video-player', this.options, () => {
this.player.hlsQualitySelector({ displayCurrentQuality: true })
}) })
} }
} }