add 'childrens' as a field on books
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -17,6 +17,7 @@ type Book struct {
|
||||
Description string `json:"description"`
|
||||
Notes string `json:"notes"`
|
||||
CoverURL string `json:"coverURL"`
|
||||
Childrens bool `json:"childrens"`
|
||||
}
|
||||
|
||||
type Record struct {
|
||||
|
Reference in New Issue
Block a user