diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-03-06 05:14:51 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-03-06 05:14:51 +0100 |
commit | 123124a4a89d83f605d67d94145b4008b9a5b1d7 (patch) | |
tree | d09c4a9714f3eb89dd9720e51f8ef799ad2d189b /include | |
parent | 0a64acc3d68fecf5e7f23c6b0a013272f9288af8 (diff) |
Do not cache local-anime, reseek to anime on progress update
Diffstat (limited to 'include')
-rw-r--r-- | include/VideoPlayer.hpp | 1 |
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 |