diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-02-26 04:37:41 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-02-26 04:37:41 +0100 |
commit | a255719fa63aa52f56c4c9c7f04fb43b89b6b64c (patch) | |
tree | 92d68007a070952e877607f8d1782d81bc83f9ad /include | |
parent | 678d46a791c4e7a8d31c2693c9abce260177b143 (diff) |
Fix chapter image loading (manganelo)
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 2 |
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 |