aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-23 07:42:13 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-23 07:42:13 +0200
commitaa9a861c662f7c65cde92fbf133deaca3692bbd2 (patch)
tree37c8b2eddfc6315a45607325ca4abe6fca13ca76 /src/QuickMedia.cpp
parent261b0263f34ffcbe439d68b2e901fd3abbfc1eaf (diff)
Mangadex: implement pagination
Diffstat (limited to 'src/QuickMedia.cpp')
-rw-r--r--src/QuickMedia.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index c9950a0..6d8f493 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -1249,7 +1249,6 @@ namespace QuickMedia {
if(associated_data.search_text_updated && associated_data.fetch_status == FetchStatus::NONE && !associated_data.fetching_next_page_running) {
std::string update_search_text = associated_data.update_search_text;
- associated_data.update_search_text.clear();
associated_data.search_text_updated = false;
associated_data.fetch_status = FetchStatus::LOADING;
associated_data.fetch_type = FetchType::SEARCH;