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
A client bug (most likely) caused the same song to show twice in a filtered view; I deleted one and then moved the other to the top. The second action added the playlist item ID to the top of the playlist even though it was deleted before; or
I had the same playlist item ID in the playlist twice, and deleting one caused the playlist item model to be deleted too.
In the first case, we should make sure that playlist items exist before using them in move operations.
In the second case, we should check that a playlist item ID is not in any playlists before deleting the model.
The text was updated successfully, but these errors were encountered:
One of two things happened:
In the first case, we should make sure that playlist items exist before using them in move operations.
In the second case, we should check that a playlist item ID is not in any playlists before deleting the model.
The text was updated successfully, but these errors were encountered: