diff options
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 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); |