1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-02 11:34:08 +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

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