aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls.ts')
-rw-r--r--src/controls.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/controls.ts b/src/controls.ts
index 4be1752..cc695fd 100644
--- a/src/controls.ts
+++ b/src/controls.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2020 Teddy Wing
+// Copyright (c) 2020–2021 Teddy Wing
//
// This file is part of Immersive.
//
@@ -17,6 +17,7 @@
import logger from './logger';
+// 2021.08.14: This may be obsolete, replaced by `seamless.ts`.
const controls = {
// Hide playback controls.
@@ -27,7 +28,7 @@ const controls = {
hide_cursor();
const controls_el = document.querySelector(
- '.PlayerControlsNeo__layout.PlayerControlsNeo__layout--active'
+ '.watch-video--bottom-controls-container'
);
logger.debug('hide():', 'Controls:', controls_el);