aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-06 08:18:38 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-06 08:18:38 +0200
commite66d24f74d5458241d869fb3df42b4f2a2ea69f4 (patch)
tree760d09d7626cf1a7cb2845c0133a125a944344a2 /include/QuickMedia.hpp
parent12b352c31c0821ba8bd667a4ed17e1d5406fcdf6 (diff)
Show youtube recommendations instead of local recommendations from related videos
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp3
1 files changed, 0 insertions, 3 deletions
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<Tab> &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,