We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf1b93 commit d1eb465Copy full SHA for d1eb465
BreadPlayer.Views.UWP/ViewModels/ShellViewModel.cs
@@ -288,7 +288,7 @@ public DelegateCommand PlayPauseCommand
288
private async void ShuffleAll()
289
{
290
Shuffle = true;
291
- await PlayFile((await ShuffledCollection().ConfigureAwait(false))[0], true).ConfigureAwait(false);
+ await Load((await ShuffledCollection().ConfigureAwait(false))[0], true).ConfigureAwait(false);
292
}
293
private async void WatchAnAd()
294
0 commit comments