Added chaching, and significantly improved Menu loading times after first

This commit is contained in:
Pablu23
2024-03-01 14:54:25 +01:00
parent a8ba8728dc
commit b7f2a389cd
3 changed files with 27 additions and 25 deletions

View File

@@ -17,7 +17,8 @@ type Manga struct {
Thumbnail *bytes.Buffer
// Not in DB
LatestChapter *Chapter
LatestChapter *Chapter
LastChapterNum int
}
type Chapter struct {