aboutsummaryrefslogtreecommitdiff
path: root/plugins/Manga.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-02-11 00:42:21 +0100
committerdec05eba <dec05eba@protonmail.com>2022-02-11 00:42:21 +0100
commit1f74222bf4cfadead768b095c6b3f8d422ebf84c (patch)
tree39035288edb79852cef6237f0d7ab8ea146cf218 /plugins/Manga.hpp
parent404ac476a213164a041f0f53be30855df815aa6a (diff)
Add local-manga plugin to read local manga
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: