From f656f8099608f529cdd16021de5f39e59993d1c0 Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Mon, 16 Jan 2023 21:26:01 +0100 Subject: [PATCH] more todos --- src/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index 8b1b64bd..f2f33418 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -19,6 +19,9 @@ if (key) { // TODO video todos: // - captions // - mobile UI +// - season/episode select +// - chrome cast support +// - source selection // - safari fullscreen will make video overlap player controls // - safari progress bar is fucked (video doesnt change time but video.currentTime does change)