Skip to content

Commit 51916f5

Browse files
author
theweavr
committed
fix #231
1 parent 35c1429 commit 51916f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

BreadPlayer.Views.UWP/Views/LibraryView.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ protected override void OnNavigatedTo(NavigationEventArgs e)
7070
LibVM.MusicLibraryLoaded += async (s, a) =>
7171
{
7272
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);
73+
//var albumArtistVM = (Application.Current.Resources["AlbumArtistVM"] as AlbumArtistViewModel);
74+
//await albumArtistVM.ArtistsCollection.RefreshAsync().ConfigureAwait(false);
75+
//await albumArtistVM.AlbumCollection.RefreshAsync().ConfigureAwait(false);
7676
};
7777
}
7878
private void fileBox_DragOver(object sender, DragEventArgs e)

0 commit comments

Comments
 (0)