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:
Pablu23
2024-02-23 14:59:08 +01:00
parent cd26d937aa
commit 23f96e0ab5
9 changed files with 236 additions and 29 deletions

View File

@@ -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 {