mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Remove experimental media overlay
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user