mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Make title from file metadata optional
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user