UCLA-Creative-Labs / aurgy-backend

the logic behind generating out-of-body music playlists
MIT License
3 stars 0 forks source link

🚀 Feature: Make users follow/unfollow the playlists on spotify when they join and leave lobbies #43

Closed darren2hang closed 2 years ago

darren2hang commented 2 years ago

Make users follow/unfollow the playlists on spotify when they join and leave lobbies

Proposed Solution

Have the lobby class call these endpoints when a user is added or removed from the lobby.

https://developer.spotify.com/documentation/web-api/reference/#/operations/follow-playlist https://developer.spotify.com/documentation/web-api/reference/#/operations/unfollow-playlist


This is a :rocket: Feature Request

darren2hang commented 2 years ago

Closed by pull request #44