From e66d24f74d5458241d869fb3df42b4f2a2ea69f4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 6 May 2021 08:18:38 +0200 Subject: Show youtube recommendations instead of local recommendations from related videos --- include/QuickMedia.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/QuickMedia.hpp') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index c01b4b8..492003f 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -97,7 +97,6 @@ namespace QuickMedia { 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 &tabs, const char *start_dir, int &start_tab_index); @@ -131,8 +130,6 @@ namespace QuickMedia { // Returns PageType::EXIT if empty PageType pop_page_stack(); - - 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 { NO, -- cgit v1.2.3