UCLA-Creative-Labs / spot-the-song

MIT License
2 stars 0 forks source link

🚀 Feature: Remove the creation of a spotify playlist for each lobby #12

Open darren2hang opened 1 year ago

darren2hang commented 1 year ago

We no longer need to create a spotify playlist for a lobby. We only need a pool of songs to select from. Currently, the backend creates a Spotify playlist for a lobby and then makes each user in the lobby follow the playlist. We want to remove this functionality since it isn't necessary.

Proposed Solution


This is a :rocket: Feature Request