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 --- plugins/Page.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Page.hpp') diff --git a/plugins/Page.hpp b/plugins/Page.hpp index 175b44b..426469a 100644 --- a/plugins/Page.hpp +++ b/plugins/Page.hpp @@ -90,6 +90,7 @@ namespace QuickMedia { virtual PluginResult lazy_fetch(BodyItems &result_items) = 0; // If this returns true then |lazy_fetch| is not meant to return results but async background load the page. This can be used to fetch API keys for example virtual bool lazy_fetch_is_loader() { return false; } + virtual bool reload_on_page_change() { return false; } }; class RelatedVideosPage : public Page { -- cgit v1.2.3