mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-22 21:52:46 +01:00
Fix setting PID
This commit is contained in:
parent
7876f9a8a5
commit
dbc7c224c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user