onamkrverma / okv-music

A progressive music app made with JavaScript using React JS and YouTube Api
https://okv-music.netlify.app/
Mozilla Public License 2.0
4 stars 6 forks source link

up next songs not showing #20

Closed skgupta507 closed 5 months ago

skgupta507 commented 6 months ago

hello @onamkrverma the upnext page is not showing in my hosted site so the autoplay is not working. the player stops after playing one song. how to fix the error or issue

skgupta507 commented 5 months ago

hey bro its not yet fixed can u fix it for us

onamkrverma commented 5 months ago

This feature is working on okv-music. You need to setup you backend to get related song list. Use this Ytdl-core package on your backend to get related songs list. Fetch this list on frontend side and setup next and previous button to change current playing song.