diff --git a/src/components/Player.js b/src/components/Player.js index 902c8b9..71f7e4c 100644 --- a/src/components/Player.js +++ b/src/components/Player.js @@ -20,7 +20,7 @@ function Player(props) { `https://www.youtube.com/watch?v=${v.video_id}`)} + url={props.videos.slice(0, 201).map(v => `https://www.youtube.com/watch?v=${v.video_id}`)} // url={`https://www.youtube.com/watch?v=${props.videos[0]?.video_id}`} controls={true} loop={props.repeatVideo}