Click on "start reading" now removes "want to read"

This commit is contained in:
2026-03-26 20:07:26 +01:00
parent d8fc7396ff
commit 9c18206483
4 changed files with 10 additions and 4 deletions

View File

@@ -62,6 +62,9 @@ func PutUserBookHandler(ac appcontext.AppContext) {
myvalidator.ReturnErrorsAsJsonResponse(&ac, err)
return
}
if d != nil {
userbook.WantRead = false
}
userbook.StartReadDate = d
}
if userBookPut.Rating != nil {