appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
177 stars 86 forks source link

start option for youtube is mis-typed. #95

Open RyanKirby36 opened 1 year ago

RyanKirby36 commented 1 year ago

The YouTube API documentation says that the start parameter should be able to be any positive integer value, but it is currently typed that it can only be 0 or 1. Here are some screenshots of the YouTube API docs and the current code.

Current Code Screenshot 2023-09-12 111924 YouTube API Docs Screenshot 2023-09-12 112055

uidev1116 commented 1 year ago

@RyanKirby36 Thanks!! If you would like, could you please send me a pull request with the correction?