aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-04-17 16:56:11 +0200
committerdec05eba <dec05eba@protonmail.com>2024-04-17 16:56:11 +0200
commitdb8f15fe4ea1686023584fcebd218a9c5e354caf (patch)
tree334e3be8bbfe766906e3d18525df6315e30d5bad /include
parentceb1a46b665440c45b97071a8b233ff44275ddaf (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.hpp1
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;