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
Should search result's add button be disabled if it's already a removed track? Or should it do the same thing as clicking the removed track's re-add button? Re-add track when track exists in removed state #44
The text was updated successfully, but these errors were encountered:
Refactor api types for track search and tracks within
`.../playlists/:id` to have just the data needed by the frontend, and
move some of the processing from the frontend in several places to the
backend in one place.
These were done together so the draft addition track's data can be
mocked in `SearchResults.tsx` `addButtonOnClick` callback. This will now
allow spotify data on removed tracks to be saved when they are removed
for #87.
removedTracks
array in playlist 7ef96f0removedBy
field.../:trackId/removed
for both removal and re-adding? What should POST.../:playlistId/tracks/
do (babb241)? Re-add track when track exists in removed state #44 7ef96f0.../:trackId/chat
and similar endpoints work for both present tracks and removed tracksmodificationState
The text was updated successfully, but these errors were encountered: