diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-09-14 02:31:06 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-09-14 02:31:06 +0200 |
commit | f0122e7386e0e4fe63dafa9c1835ae0b04557ee4 (patch) | |
tree | ffbc1bd65de5e920a8fbd47db0fdbc7d9ea1f1ac /include | |
parent | 8c8e0fceedfe66bb2d5c07257514cbc64596bb3c (diff) |
Do not show error when quiting video with 'q'
Diffstat (limited to 'include')
-rw-r--r-- | include/VideoPlayer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/VideoPlayer.hpp b/include/VideoPlayer.hpp index 9501e26..3f3a18c 100644 --- a/include/VideoPlayer.hpp +++ b/include/VideoPlayer.hpp @@ -59,6 +59,8 @@ namespace QuickMedia { Error is_seekable(bool *result); bool is_connected() const { return connected_to_ipc; } + + int exit_status; private: Error set_property(const std::string &property_name, const Json::Value &value); Error get_property(const std::string &property_name, Json::Value *result, Json::ValueType result_type); |