From 2f9ae9e9462a5a366461f20b4d0c2f4b80ef1b68 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 12 Feb 2022 15:42:16 +0100 Subject: Local-manga: improve loading of page when using slow medium Especially when using NFS. Only get the latest chapter when needed and cache link to the cover page. --- plugins/LocalManga.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins') diff --git a/plugins/LocalManga.hpp b/plugins/LocalManga.hpp index e85e08b..0ab3f62 100644 --- a/plugins/LocalManga.hpp +++ b/plugins/LocalManga.hpp @@ -12,7 +12,6 @@ namespace QuickMedia { struct LocalMangaChapter { std::string name; std::vector pages; - time_t modified_time_seconds; }; struct LocalManga { -- cgit v1.2.3