From 3563f867798a35491793f1c27c9840769367ebb6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 30 Apr 2021 06:47:19 +0200 Subject: Fix 4chan codeblocks not visible, change titles and rearrange youtube tabs --- plugins/MangaGeneric.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MangaGeneric.hpp') diff --git a/plugins/MangaGeneric.hpp b/plugins/MangaGeneric.hpp index 2dca919..e313c97 100644 --- a/plugins/MangaGeneric.hpp +++ b/plugins/MangaGeneric.hpp @@ -95,7 +95,7 @@ namespace QuickMedia { class MangaGenericSearchPage : public Page { public: MangaGenericSearchPage(Program *program, const char *service_name, const char *website_url, bool fail_on_http_error = true); - const char* get_title() const override { return "All"; } + const char* get_title() const override { return "Search"; } bool search_is_filter() override { return false; } SearchResult search(const std::string &str, BodyItems &result_items) override; PluginResult get_page(const std::string &url, BodyItems &result_items); -- cgit v1.2.3