aboutsummaryrefslogtreecommitdiff
path: root/plugins/Manga.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Manga.hpp')
-rw-r--r--plugins/Manga.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Manga.hpp b/plugins/Manga.hpp
index 5dfa800..388ce66 100644
--- a/plugins/Manga.hpp
+++ b/plugins/Manga.hpp
@@ -37,6 +37,8 @@ namespace QuickMedia {
// TODO: Remove and use plugin name instead
virtual const char* get_service_name() const = 0;
+ virtual const char* get_website_url() const = 0;
+
const std::string manga_name;
protected:
std::string chapter_name;