You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
No more than 1 user can subscribe to the same playlist, The trash icon appears for other users on the playlist page which does not function, attempting to call subscribe_playlist manually causes a 500 error with:
duplicate key value violates unique constraint "playlists_pkey" (PQ::PQError)
Steps to Reproduce
Under account A locate and subscribe to a playlist by clicking the '+' button on the playlist's page
Log out of account A and log into Account B
Attempt to subscribe to the same playlist
The text was updated successfully, but these errors were encountered:
Describe the bug
No more than 1 user can subscribe to the same playlist, The trash icon appears for other users on the playlist page which does not function, attempting to call subscribe_playlist manually causes a 500 error with:
duplicate key value violates unique constraint "playlists_pkey" (PQ::PQError)
Steps to Reproduce
The text was updated successfully, but these errors were encountered: