Fix setting PID

This commit is contained in:
Jonas Kvinge 2021-06-22 14:03:59 +02:00
parent 7876f9a8a5
commit dbc7c224c1
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ bool Playlist::dropMimeData(const QMimeData *data, Qt::DropAction action, int ro
stream.readRawData(reinterpret_cast<char*>(&pid), sizeof(pid));
}
else {
pid = !own_pid;
pid = own_pid;
}
std::stable_sort(source_rows.begin(), source_rows.end()); // Make sure we take them in order