-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video file not found in assets folder #3
Comments
i'm getting same problem |
This problem you guys getting because when we push play button which is on the netflix or we can say ("/") component, in code in assets folder there is no video, so you can put one by own, author forget to add video in the assets |
@sachin-vinod You are right... It's just a small issue that can be easily fixed. But it really is not necessary to play the same video for all movies. I hope the author updates the code for better UX. |
Is there any way to have different videos in different movie hovers, not manually! |
@debsouryadatta You can use API to fetch movies or tv video. If you are using TMDB API, it's available there, check the TMDB API documentation. You can fetch using the movie or tv id. |
@MiSu2002 ok cool, I will go through it |
After running the project, an error encountered that video.mp4 is not present in assets folder
The text was updated successfully, but these errors were encountered: