From 123124a4a89d83f605d67d94145b4008b9a5b1d7 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 6 Mar 2022 05:14:51 +0100 Subject: Do not cache local-anime, reseek to anime on progress update --- include/VideoPlayer.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/VideoPlayer.hpp') diff --git a/include/VideoPlayer.hpp b/include/VideoPlayer.hpp index 981c114..8764aa8 100644 --- a/include/VideoPlayer.hpp +++ b/include/VideoPlayer.hpp @@ -49,6 +49,7 @@ namespace QuickMedia { std::string start_time; std::vector chapters; std::string plugin_name; + bool cache_on_disk = true; }; // Important: do not call |get_time_in_file| or |add_subtitle| from the |event_callback| callback -- cgit v1.2.3