0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00

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
mounted() {
this.player = videojs('video-player', this.options, () => {
this.player.hlsQualitySelector({ displayCurrentQuality: true })
})
}
}