|
|
@ -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 /> |
|
|
|