aboutsummaryrefslogtreecommitdiff
path: root/plugins/Pornhub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Pornhub.hpp')
-rw-r--r--plugins/Pornhub.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Pornhub.hpp b/plugins/Pornhub.hpp
index edbfdab..188a68e 100644
--- a/plugins/Pornhub.hpp
+++ b/plugins/Pornhub.hpp
@@ -5,6 +5,7 @@
namespace QuickMedia {
class Pornhub : public Plugin {
public:
+ Pornhub() : Plugin("pornhub") {}
SuggestionResult update_search_suggestions(const std::string &text, BodyItems &result_items) override;
BodyItems get_related_media(const std::string &url) override;
bool search_suggestions_has_thumbnails() const override { return true; }