public async void ShuffleAll(object sender, EventArgs e) { Mp.SetTrackList(this, (await GetTracks()).ToList()); Mp.ShuffleAll(); }