correction autre bug avec slider qui jouait la musqiue quand elle était en pause

pull/8/head
Vivien DUFOUR 2 years ago
parent 8a6b369011
commit 113a57f341

@ -54,6 +54,12 @@ namespace MusiLib.Model
{
return;
}
if(!isMusicPlaying)
{
player.Speed = tempo;
player.Pause();
return;
}
player.Speed = tempo;
}
}

Loading…
Cancel
Save