Merge branch 'v0.20.x'
This commit is contained in:
@@ -75,8 +75,7 @@ playlist::MoveOrderToCurrent(unsigned old_order)
|
||||
} else {
|
||||
/* not playing anything: move the specified song to
|
||||
the front */
|
||||
queue.SwapOrders(old_order, 0);
|
||||
return 0;
|
||||
return queue.MoveOrderBefore(old_order, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user