pull/1/head
Jan Umbach 2024-05-31 11:09:00 +02:00
parent 2b310e6379
commit a20e1e9f3c
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
console.error('No video element found');
setTimeout(this.connectedCallback, 1000);
setTimeout(this.connectedCallback.bind(this), 1000);
return;
}