aboutsummaryrefslogtreecommitdiff
path: root/plugins/Pornhub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Pornhub.hpp')
-rw-r--r--plugins/Pornhub.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Pornhub.hpp b/plugins/Pornhub.hpp
index b058bbe..74fb00e 100644
--- a/plugins/Pornhub.hpp
+++ b/plugins/Pornhub.hpp
@@ -24,6 +24,6 @@ namespace QuickMedia {
return PluginResult::ERR;
}
BodyItems get_related_media(const std::string &url) override;
- bool is_video_page() const override { return true; }
+ PageTypez get_type() const override { return PageTypez::VIDEO; }
};
} \ No newline at end of file