diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-02-17 19:21:51 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-02-17 19:21:51 +0100 |
commit | 4140d7a30121aca34093afe5f52da9c08951f508 (patch) | |
tree | 24f10109c333996873db9a580133e0d19706b957 /plugins | |
parent | 02e029ed40f801e0710b09062069e7083cd30b93 (diff) |
local-anime: remove bookmarking for now
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/LocalAnime.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/LocalAnime.hpp b/plugins/LocalAnime.hpp index e768da9..4c3efaa 100644 --- a/plugins/LocalAnime.hpp +++ b/plugins/LocalAnime.hpp @@ -49,10 +49,8 @@ namespace QuickMedia { bool search_is_filter() override { return true; } PluginResult submit(const SubmitArgs &args, std::vector<Tab> &result_tabs) override; PluginResult lazy_fetch(BodyItems &result_items) override; - const char* get_bookmark_name() const override { return "local-anime"; } bool reload_on_page_change() override { return true; } bool reseek_to_body_item_by_url() override { return true; } - std::shared_ptr<BodyItem> get_bookmark_body_item(BodyItem *selected_item) override; void toggle_read(BodyItem *selected_item) override; private: Path directory; |