Collections: allow to drag and drop to change book position
This commit is contained in:
@@ -51,6 +51,7 @@ type CollectionGet struct {
|
||||
}
|
||||
|
||||
type CollectionItemGet struct {
|
||||
ID uint `json:"id"`
|
||||
Position uint `json:"position"`
|
||||
Book BookItemGet `json:"book"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user