Fix build errors

This commit is contained in:
Tamius Han 2021-06-12 23:23:47 +02:00
parent 56dcd0feb3
commit 2ced591ed4

View File

@ -58,7 +58,7 @@ class VideoData {
}
constructor(video, settings, pageInfo){
window.ultrawidify.addVideo(this);
(window as any).ultrawidify.addVideo(this);
this.logger = pageInfo.logger;
this.arSetupComplete = false;