Make "start read" icon full when the book is being read in list view

This commit is contained in:
2026-03-26 15:11:56 +01:00
parent 1da482c2ad
commit 4d687e3dcb
4 changed files with 22 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ type BookSearchGetBook struct {
IsInventaireEdition bool `json:"isinventaireedition"`
Rating int `json:"rating"`
Read bool `json:"read"`
StartRead bool `json:"startread"`
WantRead bool `json:"wantread"`
CoverPath string `json:"coverPath"`
}