mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-05 13:47:54 +01:00
parent
09b0fab87c
commit
d9b3a9302a
@ -1417,6 +1417,8 @@ void Playlist::sort(int column, Qt::SortOrder order) {
|
||||
|
||||
undo_stack_->push(
|
||||
new PlaylistUndoCommands::SortItems(this, column, order, new_items));
|
||||
|
||||
ReshuffleIndices();
|
||||
}
|
||||
|
||||
void Playlist::ReOrderWithoutUndo(const PlaylistItemList& new_items) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user