diff options
Diffstat (limited to 'plugins/Manga.hpp')
-rw-r--r-- | plugins/Manga.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Manga.hpp b/plugins/Manga.hpp index ee7638b..020099e 100644 --- a/plugins/Manga.hpp +++ b/plugins/Manga.hpp @@ -54,6 +54,7 @@ namespace QuickMedia { TrackResult track(const std::string &str) override; void on_navigate_to_page(Body *body) override; bool is_trackable() const override { return true; } + std::shared_ptr<BodyItem> get_bookmark_body_item() override; protected: virtual bool extract_id_from_url(const std::string &url, std::string &manga_id) const = 0; virtual const char* get_service_name() const = 0; |