mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Implement shuffle (not surfaced)
This commit is contained in:
@@ -470,6 +470,11 @@ namespace RedBookPlayer.GUI.ViewModels
|
||||
/// </summary>
|
||||
public void ExecutePreviousTrack() => _player?.PreviousTrack();
|
||||
|
||||
/// <summary>
|
||||
/// Shuffle the current track list
|
||||
/// </summary>
|
||||
public void ExecuteShuffle() => _player?.ShuffleTracks();
|
||||
|
||||
/// <summary>
|
||||
/// Move to the next index
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user