Audio stops before playing another one

This commit is contained in:
Janco Kock
2015-10-30 00:25:27 +01:00
parent 23452531f9
commit 6090937072
+1
View File
@@ -83,6 +83,7 @@ namespace MusicPlayer
private void SongsTableView_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
{
main.audio.Stop();
SongsTable s = new SongsTable();
var drv = SongsTableView.SelectedRows[0].DataBoundItem as DataRowView;
var row = drv.Row as DataRow;