aboutsummaryrefslogtreecommitdiff
path: root/include/VideoPlayer.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-03-06 05:14:51 +0100
committerdec05eba <dec05eba@protonmail.com>2022-03-06 05:14:51 +0100
commit123124a4a89d83f605d67d94145b4008b9a5b1d7 (patch)
treed09c4a9714f3eb89dd9720e51f8ef799ad2d189b /include/VideoPlayer.hpp
parent0a64acc3d68fecf5e7f23c6b0a013272f9288af8 (diff)
Do not cache local-anime, reseek to anime on progress update
Diffstat (limited to 'include/VideoPlayer.hpp')
-rw-r--r--include/VideoPlayer.hpp1
1 files changed, 1 insertions, 0 deletions
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<MediaChapter> 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