From db8f15fe4ea1686023584fcebd218a9c5e354caf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 17 Apr 2024 16:56:11 +0200 Subject: Fix possible freeze in video player when closing it, or it moving to the next video when closing it --- include/VideoPlayer.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3