aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index ce63fbb..27c6bb2 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -96,7 +96,7 @@ namespace QuickMedia {
TaskResult run_task_with_loading_screen(std::function<bool()> callback);
const char* get_plugin_name() const;
- void manga_get_watch_history(const char *plugin_name, BodyItems &history_items);
+ void manga_get_watch_history(const char *plugin_name, BodyItems &history_items, bool local_thumbnail);
void youtube_get_watch_history(BodyItems &history_items);
Json::Value load_history_json();