actions: only shuffle selected range of playlist if applicable
This commit is contained in:
@@ -498,6 +498,7 @@ struct Connection
|
||||
void Swap(unsigned, unsigned);
|
||||
void Seek(unsigned int pos, unsigned int where);
|
||||
void Shuffle();
|
||||
void ShuffleRange(unsigned start, unsigned end);
|
||||
void ClearMainPlaylist();
|
||||
|
||||
SongIterator GetPlaylistChanges(unsigned);
|
||||
|
||||
Reference in New Issue
Block a user