diff --git a/video/FormPlayer.cs b/video/FormPlayer.cs index adf1bab8..37f3ba0f 100644 --- a/video/FormPlayer.cs +++ b/video/FormPlayer.cs @@ -261,7 +261,8 @@ private void StopVideo(){ timerSync.Stop(); Visible = false; pipe.Write("rip"); - + + Player.close(); Close(); }