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