diff --git a/src/components/Main.tsx b/src/components/Main.tsx index 4f4a419..f2e5fb9 100644 --- a/src/components/Main.tsx +++ b/src/components/Main.tsx @@ -26,6 +26,7 @@ const Player: FC = ({ subtitles, children, poster, + posterAlt, seekDuration = 10, internationalization, playerRef: passedDownRef, @@ -424,7 +425,7 @@ const Player: FC = ({ return ( <> {poster && !pauseDidUpdate && ( - Tuby Poster + {posterAlt||"React )}