1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-22 18:15:47 +02:00

Fix video player process sometimes taking too long to close

This commit is contained in:
chylex 2017-11-09 19:29:01 +01:00
parent 04369e22a7
commit cea72801a7

View File

@ -261,7 +261,8 @@ private void StopVideo(){
timerSync.Stop();
Visible = false;
pipe.Write("rip");
Player.close();
Close();
}