diff options
author | Teddy Wing | 2022-04-10 20:44:04 +0200 |
---|---|---|
committer | Teddy Wing | 2022-04-10 20:44:04 +0200 |
commit | 5395fc40b97dc035923d91e89336353f47ba0781 (patch) | |
tree | f83e26166bc3e752d9453a67cfb57420bb524a30 /src/controls.ts | |
parent | 2393b7b44826b2677660fa6dc162371151e00b2c (diff) | |
parent | 348e28d41d72bbfd2b2cfb509cef5adbb10e4bae (diff) | |
download | netflix-immersive-5395fc40b97dc035923d91e89336353f47ba0781.tar.bz2 |
Merge branch 'update-for-new-Netflix-player-2021.08'
Diffstat (limited to 'src/controls.ts')
-rw-r--r-- | src/controls.ts | 5 |
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); |