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 7b67e13..bc6b415 100644
--- a/plugins/Manga.hpp
+++ b/plugins/Manga.hpp
@@ -46,6 +46,8 @@ namespace QuickMedia {
virtual const char* get_website_url() const = 0;
+ virtual bool is_local() { return false; }
+
const std::string manga_name;
const std::string thumbnail_url;
protected: