add more todos

This commit is contained in:
Jelle van Snik 2023-02-04 19:16:06 +01:00
parent 210e60c24d
commit d213daf91e
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ export function VideoPlayer(props: Props) {
); );
// TODO safe area only if full screen or fill screen // TODO safe area only if full screen or fill screen
// TODO airplay
// TODO source selection
return ( return (
<VideoPlayerBase autoPlay={props.autoPlay}> <VideoPlayerBase autoPlay={props.autoPlay}>
<PageTitleAction /> <PageTitleAction />