aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-14 06:15:06 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-14 06:15:06 +0100
commitb9a5d95635a2f0094cd919f0b11f37336012dc24 (patch)
treec4814bb82e976cb6ada4115d52285962ebf99db9 /plugins
parentb7ee32e6037aea851575ba44af85b48eca0a3886 (diff)
Resume video when navigating back from related/channel videos
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Matrix.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp
index 25225d7..30cfa92 100644
--- a/plugins/Matrix.hpp
+++ b/plugins/Matrix.hpp
@@ -525,6 +525,7 @@ namespace QuickMedia {
std::thread sync_thread;
std::thread sync_additional_messages_thread;
std::thread notification_thread;
+ MessageQueue<bool> additional_messages_queue;
bool sync_running = false;
bool sync_failed = false;
bool sync_is_cache = false;