Add delete scene button

This commit is contained in:
WithoutPants
2019-08-15 17:32:57 +10:00
parent 39bdede110
commit cfe2636837
12 changed files with 317 additions and 6 deletions

View File

@@ -136,6 +136,11 @@ type PerformerUpdateInput struct {
Image *string `json:"image"`
}
type SceneDestroyInput struct {
ID string `json:"id"`
DeleteFile *bool `json:"delete_file"`
}
type SceneFileType struct {
Size *string `json:"size"`
Duration *float64 `json:"duration"`