Added skeleton Searching functionality to the Album and Artist tabbed views in addition to the Song view. Added contributors and the License to the About settings # 53 #44
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Mear.Views
|
||||
#region Events
|
||||
private void ArtistListView_ItemSelected(object sender, SelectedItemChangedEventArgs e)
|
||||
{
|
||||
|
||||
var artistItem = (sender as ListView).SelectedItem = null;
|
||||
}
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user