Added Thumbnails and saving those to db,
also added Log for Locking and unlocking Rw, because there was a Problem with that, and now it stays
This commit is contained in:
@@ -11,10 +11,12 @@ type ImageViewModel struct {
|
||||
}
|
||||
|
||||
type MangaViewModel struct {
|
||||
Title string
|
||||
Number int
|
||||
LastTime string
|
||||
Url string
|
||||
ID int
|
||||
Title string
|
||||
Number int
|
||||
LastTime string
|
||||
Url string
|
||||
ThumbnailUrl string
|
||||
}
|
||||
|
||||
type MenuViewModel struct {
|
||||
|
||||
Reference in New Issue
Block a user