feat: mark book as read
This commit is contained in:
@@ -9,4 +9,5 @@ type UserBook struct {
|
||||
BookID uint
|
||||
Book Book
|
||||
Rating int
|
||||
Read bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user