Make title from file metadata optional

This commit is contained in:
WithoutPants
2019-10-12 19:20:27 +11:00
parent d8b566250e
commit afcadd941b
12 changed files with 105 additions and 24 deletions

View File

@@ -153,6 +153,10 @@ type PerformerUpdateInput struct {
Image *string `json:"image"`
}
type ScanMetadataInput struct {
NameFromMetadata bool `json:"nameFromMetadata"`
}
type SceneFileType struct {
Size *string `json:"size"`
Duration *float64 `json:"duration"`