aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/QuickMedia.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index ec788bf..cb7e421 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -95,6 +95,9 @@ namespace QuickMedia {
const char* get_plugin_name() const;
void manga_get_watch_history(const char *plugin_name, BodyItems &history_items);
void youtube_get_watch_history(BodyItems &history_items);
+
+ Json::Value load_video_history_json();
+ Json::Value load_recommended_json();
private:
void init(Window parent_window);
void load_plugin_by_name(std::vector<Tab> &tabs, const char *start_dir);
@@ -129,9 +132,6 @@ namespace QuickMedia {
// Returns PageType::EXIT if empty
PageType pop_page_stack();
- Json::Value load_video_history_json();
- Json::Value load_recommended_json();
-
void save_recommendations_from_related_videos(const std::string &video_url, const std::string &video_title, const BodyItems &related_media_body_items);
private:
enum class UpscaleImageAction {