aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-20 20:38:49 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-20 23:41:26 +0200
commitde93c6ef39de46cc4078135dfa13954181be6f1b (patch)
tree65f83c16d305c6ed134351244d4906bd09ec7b34 /include/QuickMedia.hpp
parentc1db97f057e8f20aa26a2342da94eeff1d7a7725 (diff)
Fix random crash when displaying chapter progress
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index bd3b316..e61c2ff 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -158,6 +158,7 @@ namespace QuickMedia {
Path content_cache_dir;
std::string manga_id_base64;
Json::Value content_storage_json;
+ bool content_storage_file_modified = false;
std::unordered_set<std::string> watched_videos;
AsyncTask<BodyItems> search_suggestion_future;
AsyncTask<std::string> autocomplete_future;