Skip to content
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

Fix deleted beatmaps still being accessible in MusicController #2543

Merged
merged 4 commits into from May 15, 2018

Conversation

smoogipoo
Copy link
Contributor

Fixes #2511.

PlaylistOverlay isn't present so it doesn't update its beatmap sets list when beatmaps are added/removed because the scheduler doesn't run.

This moves all handling of beatmap sets to MusicController, which is where it should've been anyway. PlaylistOverlay now exposes OrderChanged to signal MusicController to change the ordering of its list.

Cleans up a lot in the process.

@peppy peppy merged commit f3d3d77 into ppy:master May 15, 2018
@smoogipoo smoogipoo deleted the beatmap-delete-fix branch June 15, 2018 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants