From a255719fa63aa52f56c4c9c7f04fb43b89b6b64c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 26 Feb 2020 04:37:41 +0100 Subject: Fix chapter image loading (manganelo) --- include/QuickMedia.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 search_suggestion_future; std::future image_download_future; std::string downloading_chapter_url; - bool image_download_cancel; + bool image_download_cancel = false; }; } \ No newline at end of file -- cgit v1.2.3