RiceComp413-Fall2022 / Jukebox

0 stars 0 forks source link

Collaborators only see remove song button for songs they can remove #51

Open rhg1 opened 1 year ago

rhg1 commented 1 year ago

Right now all of the songs have a remove song button next to them. Ideally, collaborators only see this button for songs that they added themselves.

aedancullen commented 1 year ago

This will require sending the user ID to the server in songQueueListen and reporting whether each song belongs to the user. See #77.