Added Last Chapter functionality to see how many more chapters you have, also kinda works as update Status bar
changed it to only load latest chapter instead of all chapters for manga Added develop and release db from different locations Added stopwatch for future performance improvement metrics
This commit is contained in:
@@ -14,6 +14,7 @@ type MangaViewModel struct {
|
||||
ID int
|
||||
Title string
|
||||
Number int
|
||||
LastNumber int
|
||||
LastTime string
|
||||
Url string
|
||||
ThumbnailUrl string
|
||||
|
||||
Reference in New Issue
Block a user