diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-02-12 15:42:16 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-02-12 16:23:09 +0100 |
commit | 2f9ae9e9462a5a366461f20b4d0c2f4b80ef1b68 (patch) | |
tree | 165a71177182aec90f8d8fe888ffdbb7d801abcf /plugins | |
parent | a8d597d59e347a80b109060ec8c7a88827487f57 (diff) |
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.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/LocalManga.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<LocalMangaPage> pages; - time_t modified_time_seconds; }; struct LocalManga { |