actions: only shuffle selected range of playlist if applicable
This commit is contained in:
@@ -297,6 +297,13 @@ void Connection::Shuffle()
|
||||
checkErrors();
|
||||
}
|
||||
|
||||
void Connection::ShuffleRange(unsigned start, unsigned end)
|
||||
{
|
||||
prechecksNoCommandsList();
|
||||
mpd_run_shuffle_range(m_connection.get(), start, end);
|
||||
checkErrors();
|
||||
}
|
||||
|
||||
void Connection::ClearMainPlaylist()
|
||||
{
|
||||
prechecksNoCommandsList();
|
||||
|
||||
Reference in New Issue
Block a user