-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing from playlist doesn't update UI correctly #910
Comments
Pretty sure this is the issue. Will see if I can do this a better way. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When removing tracks from the playlist, the correct tracks are removed but the UI is not updated correctly. Half the selected tracks remain in the UI.
I suspect there's an issue of deleting items from a list while iterating through that list, throwing the index off.
To reproduce, have a playlist of about 10 tracks. Select the middle 5 and remove from playlist.
The text was updated successfully, but these errors were encountered: