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:
parent
04369e22a7
commit
cea72801a7
@ -262,6 +262,7 @@ private void StopVideo(){
|
||||
Visible = false;
|
||||
pipe.Write("rip");
|
||||
|
||||
Player.close();
|
||||
Close();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user