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

@@ -100,6 +100,12 @@ namespace RedBookPlayer.GUI.ViewModels
PlayerView?.ViewModel?.ExecutePreviousTrack();
}
// Shuffle Track List
// else if(e.Key == App.Settings.ShuffleTracksKey)
// {
// PlayerView?.ViewModel?.ExecuteShuffle();
// }
// Next Index
else if(e.Key == App.Settings.NextIndexKey)
{