aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index c3a03d0..bd72806 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -76,6 +76,6 @@ namespace QuickMedia {
std::future<BodyItems> search_suggestion_future;
std::future<void> image_download_future;
std::string downloading_chapter_url;
- bool image_download_cancel;
+ bool image_download_cancel = false;
};
} \ No newline at end of file