Added chaching, and significantly improved Menu loading times after first
This commit is contained in:
@@ -17,7 +17,8 @@ type Manga struct {
|
||||
Thumbnail *bytes.Buffer
|
||||
|
||||
// Not in DB
|
||||
LatestChapter *Chapter
|
||||
LatestChapter *Chapter
|
||||
LastChapterNum int
|
||||
}
|
||||
|
||||
type Chapter struct {
|
||||
|
||||
Reference in New Issue
Block a user