Skip to content

Commit 89fd4e0

Browse files
author
theweavr
committed
refactor code
1 parent 51916f5 commit 89fd4e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ 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);
7673
};
7774
}
7875
private void fileBox_DragOver(object sender, DragEventArgs e)

0 commit comments

Comments
 (0)