diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-05-22 16:20:46 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-05-22 16:20:46 +0200 |
commit | 6e9bfd6571adf151e4e7fe4cb63f731314ebeff6 (patch) | |
tree | 5b5f7317ff542dca621c19cf9c9c2f420a2492e7 /plugins | |
parent | 0333a586566653cfbc501f909f5a10dc082681d2 (diff) |
local-manga fix manga chapter updated
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/LocalManga.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/LocalManga.hpp b/plugins/LocalManga.hpp index d327629..9113fc9 100644 --- a/plugins/LocalManga.hpp +++ b/plugins/LocalManga.hpp @@ -12,6 +12,7 @@ namespace QuickMedia { struct LocalMangaChapter { std::string name; std::vector<LocalMangaPage> pages; + time_t modified_time_seconds; }; struct LocalManga { |