Backend: add a new field to userbook and allow to fetch it

This commit is contained in:
2026-03-12 14:55:36 +01:00
parent 8290f77889
commit f32bb49972
5 changed files with 5 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ type BookGet struct {
InventaireId string `json:"inventaireid"`
OpenLibraryId string `json:"openlibraryid"`
Summary string `json:"summary"`
Review string `json:"review"`
Rating int `json:"rating"`
Read bool `json:"read"`
WantRead bool `json:"wantread"`