From d2826b3de20739c230eecb0825d0219c3040b7ca Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 4 Nov 2024 19:54:20 -0500 Subject: [PATCH] Update TODO --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 8a3995b..d395188 100644 --- a/TODO.md +++ b/TODO.md @@ -3,11 +3,11 @@ - [ ] Multi-Video Tracks ([`videoTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/videoTracks)) - [ ] Multi-Audio Tracks ([`audioTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/audioTracks)) - [ ] Playback Rate ([`playbackRate`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playbackRate)) - - [ ] Add Picture-in-Picture button + - [x] Add Picture-in-Picture button - [x] Volume Controller - [ ] Mobile Gestures - [ ] Cast Support - - [ ] Allow for multiple players on one page + - [x] Allow for multiple players on one page - [ ] 360 Video Support - [ ] Milieu Settings - [ ] Mode (Default | Fullscreen)