Merge branch 'v0.20.x'
This commit is contained in:
@@ -357,11 +357,12 @@ struct Queue {
|
||||
void ShuffleOrderFirst(unsigned start, unsigned end) noexcept;
|
||||
|
||||
/**
|
||||
* Shuffles the virtual order of the last song in the specified
|
||||
* (order) range. This is used in random mode after a song has been
|
||||
* appended by queue_append().
|
||||
* Shuffles the virtual order of the last song in the
|
||||
* specified (order) range; only songs which match this song's
|
||||
* priority are considered. This is used in random mode after
|
||||
* a song has been appended by Append().
|
||||
*/
|
||||
void ShuffleOrderLast(unsigned start, unsigned end) noexcept;
|
||||
void ShuffleOrderLastWithPriority(unsigned start, unsigned end) noexcept;
|
||||
|
||||
/**
|
||||
* Shuffles a (position) range in the queue. The songs are physically
|
||||
|
Reference in New Issue
Block a user