aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-08-14 21:59:52 +0200
committerTeddy Wing2021-08-14 21:59:52 +0200
commite9423bc8c345add2c719a632ae911947bcc4f07f (patch)
treee94377812cc4cd949fa629c1a553b471ac156b03
parent47666d9341d6902e59bc8a1fcbf58efba7c03989 (diff)
downloadnetflix-immersive-e9423bc8c345add2c719a632ae911947bcc4f07f.tar.bz2
fullscreen_credits: Idea for controls hiding wrapper function
-rw-r--r--src/fullscreen_credits.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fullscreen_credits.ts b/src/fullscreen_credits.ts
index 247d31b..40ea25c 100644
--- a/src/fullscreen_credits.ts
+++ b/src/fullscreen_credits.ts
@@ -15,6 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with Immersive. If not, see <https://www.gnu.org/licenses/>.
+// Check episode credits. Maybe `with_hidden_controls()`.
import controls from './controls';
import logger from './logger';
import wait_element from './wait_element';