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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user