Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
b18dbbe8d7
commit
c8b23a45b5
@ -77,6 +77,8 @@ namespace KaraokePlayer
|
|||||||
|
|
||||||
public void playSelectedFile()
|
public void playSelectedFile()
|
||||||
{
|
{
|
||||||
|
btnStop_Click(null, null);
|
||||||
|
|
||||||
Song file = (Song)materialListBox1.SelectedItem;
|
Song file = (Song)materialListBox1.SelectedItem;
|
||||||
currentSong = file;
|
currentSong = file;
|
||||||
if (file.Extension == ".cdg")
|
if (file.Extension == ".cdg")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user