Create movies from scene edit dropdown (#3928)

This commit is contained in:
dogwithakeyboard
2023-07-26 05:02:38 +01:00
committed by GitHub
parent 424aad8307
commit 9f2d12834b
8 changed files with 60 additions and 3 deletions

View File

@@ -103,4 +103,5 @@ type ConfigDisableDropdownCreate struct {
Performer bool `json:"performer"`
Tag bool `json:"tag"`
Studio bool `json:"studio"`
Movie bool `json:"movie"`
}