Implement shuffle (not surfaced)

This commit is contained in:
Matt Nadareski
2021-10-06 12:11:55 -07:00
parent b789b5cf47
commit 0854826583
4 changed files with 36 additions and 2 deletions

View File

@@ -180,6 +180,11 @@ namespace RedBookPlayer.GUI.ViewModels
/// </summary>
public Key PreviousTrackKey { get; set; } = Key.Left;
/// <summary>
/// Key assigned to shuffling the track list
/// </summary>
// public Key ShuffleTracksKey { get; set; } = Key.R;
/// <summary>
/// Key assigned to move to the next index
/// </summary>