Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2016-03-22 01:04:22 -05:00
parent b18dbbe8d7
commit c8b23a45b5

View File

@ -77,6 +77,8 @@ namespace KaraokePlayer
public void playSelectedFile()
{
btnStop_Click(null, null);
Song file = (Song)materialListBox1.SelectedItem;
currentSong = file;
if (file.Extension == ".cdg")