File tree Expand file tree Collapse file tree
BreadPlayer.Views.UWP/Views Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments