diff options
Diffstat (limited to 'src/Queue.hxx')
-rw-r--r-- | src/Queue.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Queue.hxx b/src/Queue.hxx index 0652c711f..b887810b0 100644 --- a/src/Queue.hxx +++ b/src/Queue.hxx @@ -316,6 +316,8 @@ struct queue { */ void ShuffleOrder(); + void ShuffleOrderFirst(unsigned start, unsigned end); + /** * Shuffles the virtual order of the last song in the specified * (order) range. This is used in random mode after a song has been |