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 51916f5 commit 89fd4e0Copy full SHA for 89fd4e0
BreadPlayer.Views.UWP/Views/LibraryView.xaml.cs
@@ -70,9 +70,6 @@ protected override void OnNavigatedTo(NavigationEventArgs e)
70
LibVM.MusicLibraryLoaded += async (s, a) =>
71
{
72
var pVm = App.Current.Resources["PlaylistsCollectionVM"];
73
- //var albumArtistVM = (Application.Current.Resources["AlbumArtistVM"] as AlbumArtistViewModel);
74
- //await albumArtistVM.ArtistsCollection.RefreshAsync().ConfigureAwait(false);
75
- //await albumArtistVM.AlbumCollection.RefreshAsync().ConfigureAwait(false);
76
};
77
}
78
private void fileBox_DragOver(object sender, DragEventArgs e)
0 commit comments