From 1ba58ba74a767a91b28f44eb75db41455adcaa70 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 27 Apr 2021 14:00:35 +0200 Subject: Add authors page for mangakatana and mangatown, attempt to fix image loading getting stuck, misc fixed related to async in plugins --- 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 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; -- cgit v1.2.3