Add Archive, archived Mangas dont get updated
This commit is contained in:
@@ -20,9 +20,11 @@ type MangaViewModel struct {
|
||||
LastTime string
|
||||
Url string
|
||||
ThumbnailUrl string
|
||||
Enabled bool
|
||||
}
|
||||
|
||||
type MenuViewModel struct {
|
||||
Archive bool
|
||||
Settings map[string]database.Setting
|
||||
Mangas []MangaViewModel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user