Skip to content

Commit d1eb465

Browse files
author
theweavrs
committed
fix shuffle all
1 parent 7bf1b93 commit d1eb465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BreadPlayer.Views.UWP/ViewModels/ShellViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public DelegateCommand PlayPauseCommand
288288
private async void ShuffleAll()
289289
{
290290
Shuffle = true;
291-
await PlayFile((await ShuffledCollection().ConfigureAwait(false))[0], true).ConfigureAwait(false);
291+
await Load((await ShuffledCollection().ConfigureAwait(false))[0], true).ConfigureAwait(false);
292292
}
293293
private async void WatchAnAd()
294294
{

0 commit comments

Comments
 (0)