aboutsummaryrefslogtreecommitdiff
path: root/plugins/Page.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Page.hpp')
-rw-r--r--plugins/Page.hpp1
1 files changed, 1 insertions, 0 deletions
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 {