mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 03:35:07 +01:00
add more todos
This commit is contained in:
parent
210e60c24d
commit
d213daf91e
@ -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 />
|
||||||
|
Loading…
Reference in New Issue
Block a user