diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-04-17 16:56:11 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-04-17 16:56:11 +0200 |
commit | db8f15fe4ea1686023584fcebd218a9c5e354caf (patch) | |
tree | 334e3be8bbfe766906e3d18525df6315e30d5bad /include | |
parent | ceb1a46b665440c45b97071a8b233ff44275ddaf (diff) |
Fix possible freeze in video player when closing it, or it moving to the next video when closing it
Diffstat (limited to 'include')
-rw-r--r-- | include/VideoPlayer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/VideoPlayer.hpp b/include/VideoPlayer.hpp index 79de8cd..bea03fc 100644 --- a/include/VideoPlayer.hpp +++ b/include/VideoPlayer.hpp @@ -78,6 +78,7 @@ namespace QuickMedia { Error send_command(Json::Value &json_root, Json::Value *result, Json::ValueType result_type); Error launch_video_process(); VideoPlayer::Error read_ipc_func(); + void check_if_exited(); private: StartupArgs startup_args; |