diff --git a/KaraokePlayer/MainForm.cs b/KaraokePlayer/MainForm.cs index 0c957e5..aac7ec3 100644 --- a/KaraokePlayer/MainForm.cs +++ b/KaraokePlayer/MainForm.cs @@ -77,6 +77,8 @@ namespace KaraokePlayer public void playSelectedFile() { + btnStop_Click(null, null); + Song file = (Song)materialListBox1.SelectedItem; currentSong = file; if (file.Extension == ".cdg")