Fix broken playlist undostack when i.e. removing duplicates and unavailable songs

This commit is contained in:
Jonas Kvinge
2020-07-08 20:43:46 +02:00
parent aba7d2b6a4
commit a99a19aa60
4 changed files with 10 additions and 16 deletions

View File

@@ -2026,7 +2026,7 @@ void MainWindow::ShowInCollection() {
}
void MainWindow::PlaylistRemoveCurrent() {
ui_->playlist->view()->RemoveSelected(false);
ui_->playlist->view()->RemoveSelected();
}
void MainWindow::PlaylistClearCurrent() {