refactored: removed some functions from vp

i will implement these later but not now
This commit is contained in:
2026-04-23 00:20:29 +03:30
parent 4977066961
commit f04ff1995a

View File

@@ -21,8 +21,4 @@ export class VP {
this.videoElement = document.querySelector(video); this.videoElement = document.querySelector(video);
this.videoSources = this.videoElement?.querySelectorAll("source"); this.videoSources = this.videoElement?.querySelectorAll("source");
} }
private adapters(): void {}
private ui(): void {}
private plugins(): void {}
} }