Remove experimental media overlay

This commit is contained in:
hensm
2022-04-15 07:50:57 +01:00
parent 25549ac1df
commit 59dc806d31
17 changed files with 0 additions and 725 deletions

View File

@@ -362,10 +362,6 @@ export async function init(opts: InitOptions) {
if (targetElement instanceof HTMLMediaElement) {
registerMediaElementListeners(targetElement);
if (await options.get("mediaOverlayEnabled")) {
// TODO: Un-hide overlay here
}
}
window.addEventListener("beforeunload", async () => {