From 55cb9a1ffb4226e5771c45d294ae297fe0a1b94e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 7 Aug 2019 05:17:02 +0200 Subject: Add youtube thumbnails, dont draw rows outside window --- plugins/Youtube.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Youtube.hpp') diff --git a/plugins/Youtube.hpp b/plugins/Youtube.hpp index 25a97c3..e8cc2c2 100644 --- a/plugins/Youtube.hpp +++ b/plugins/Youtube.hpp @@ -9,6 +9,6 @@ namespace QuickMedia { SuggestionResult update_search_suggestions(const std::string &text, std::vector> &result_items) override; std::vector> get_related_media(const std::string &url) override; bool search_suggestions_has_thumbnails() const override { return false; } - bool search_results_has_thumbnails() const override { return false; } + bool search_results_has_thumbnails() const override { return true; } }; } \ No newline at end of file -- cgit v1.2.3