aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-09-10 18:07:02 +0200
committerdec05eba <dec05eba@protonmail.com>2021-09-10 18:07:02 +0200
commit5a02e569a307293f1ec6c837335bd0a498898ed1 (patch)
treee0d7a270b9894f9431d9df4d79eae0facc6bb9e3 /include
parentce3f65d72ffbfb6eba4fa2dea091d47e28408e55 (diff)
Make manga tracking more robust by preparing for breakage by also saving url
Diffstat (limited to 'include')
-rw-r--r--include/QuickMedia.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index 9ca86fb..56e9d3f 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -84,7 +84,7 @@ namespace QuickMedia {
std::unique_ptr<Body> create_body(bool plain_text_list = false, bool prefer_card_view = false);
std::unique_ptr<SearchBar> create_search_bar(const std::string &placeholder, int search_delay);
- bool load_manga_content_storage(const char *service_name, const std::string &manga_title, const std::string &manga_id);
+ bool load_manga_content_storage(const char *service_name, const std::string &manga_title, const std::string &manga_url, const std::string &manga_id);
void select_file(const std::string &filepath);