Don't keep selection when showing current playlist
This commit is contained in:
@@ -82,6 +82,11 @@ namespace MusicPlayer
|
|||||||
{
|
{
|
||||||
table.Add(s);
|
table.Add(s);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
form.GenreListBox.ClearSelected();
|
||||||
|
form.ArtistListBox.ClearSelected();
|
||||||
|
form.PlaylistBox.ClearSelected();
|
||||||
|
form.AlbumListView.SelectedIndices.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SearchArtist(string search)
|
public void SearchArtist(string search)
|
||||||
|
|||||||
Reference in New Issue
Block a user