We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f25889 commit 3b28f5fCopy full SHA for 3b28f5f
src/SongManager.cpp
@@ -382,6 +382,9 @@ void SongManager::DeletePlaylist(const string& pl) {
382
// stuff gets weird if all playlists have been deleted and a chart is added - mina
383
if(allplaylists.size() > 0)
384
activeplaylist = allplaylists.begin()->first;
385
+
386
+ // clear out the entry for the music wheel as well or it'll crash -mina
387
+ groupderps.erase(pl);
388
}
389
390
void SongManager::MakePlaylistFromFavorites(set<string>& favs) {
0 commit comments