From 1f74222bf4cfadead768b095c6b3f8d422ebf84c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 11 Feb 2022 00:42:21 +0100 Subject: Add local-manga plugin to read local manga --- plugins/Manga.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Manga.hpp') 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: -- cgit v1.2.3