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