Update VideoPlayer.vue

This commit is contained in:
nieve 2024-06-15 15:28:46 -04:00
parent 515051e5e2
commit cd9539692f

View file

@ -124,7 +124,6 @@ export default {
activated() { activated() {
this.destroying = false; this.destroying = false;
this.sponsors?.segments?.forEach(segment => (segment.skipped = false)); this.sponsors?.segments?.forEach(segment => (segment.skipped = false));
const chapters = this.video.chapters;
this.hotkeysPromise.then(() => { this.hotkeysPromise.then(() => {
var self = this; var self = this;
this.$hotkeys( this.$hotkeys(