From b9a5d95635a2f0094cd919f0b11f37336012dc24 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 14 Nov 2020 06:15:06 +0100 Subject: Resume video when navigating back from related/channel videos --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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 additional_messages_queue; bool sync_running = false; bool sync_failed = false; bool sync_is_cache = false; -- cgit v1.2.3