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

@@ -15,6 +15,7 @@ type UserBook struct {
Rating int
Read bool
WantRead bool
Review string
StartReadDate *time.Time
EndReadDate *time.Time
}