Open Issues Need Help
View All on GitHubAI Summary: Modify the refetching mechanism in the Musical application to prevent interruption of currently playing tracks. The refetching should update the track list without pausing or stopping playback. This likely involves optimizing the timing and/or method of data fetching and updating the UI.
A Social music player where people choose which music to play next, the song which has most upvotes is played next. Built using Typescript,Next.js,mongoDB.
AI Summary: Implement functionality for the 'Play Next' button in a social music player application. This involves handling user clicks, fetching the next song based on upvote count from a MongoDB database, and updating the currently playing track in the application's UI.
A Social music player where people choose which music to play next, the song which has most upvotes is played next. Built using Typescript,Next.js,mongoDB.