Browse Source

add more todos

pull/138/head
Jelle van Snik 3 years ago
parent
commit
d213daf91e
  1. 2
      src/video/components/VideoPlayer.tsx

2
src/video/components/VideoPlayer.tsx

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

Loading…
Cancel
Save