Make sure schedule playlist save timer is started from correct thread

This commit is contained in:
Jonas Kvinge
2021-06-05 00:07:15 +02:00
parent faed63712f
commit a4a20ec220
3 changed files with 19 additions and 7 deletions

View File

@@ -2057,7 +2057,7 @@ void MainWindow::EditTagDialogAccepted() {
// FIXME: This is really lame but we don't know what rows have changed.
ui_->playlist->view()->update();
app_->playlist_manager()->current()->ScheduleSave();
app_->playlist_manager()->current()->ScheduleSaveAsync();
}