Fix broken playlist undostack when i.e. removing duplicates and unavailable songs
This commit is contained in:
@@ -2026,7 +2026,7 @@ void MainWindow::ShowInCollection() {
|
||||
}
|
||||
|
||||
void MainWindow::PlaylistRemoveCurrent() {
|
||||
ui_->playlist->view()->RemoveSelected(false);
|
||||
ui_->playlist->view()->RemoveSelected();
|
||||
}
|
||||
|
||||
void MainWindow::PlaylistClearCurrent() {
|
||||
|
||||
Reference in New Issue
Block a user