mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Add Movie option to Scene bulk edit (#1676)
* Add Movie option to Scene bulk edit
This commit is contained in:
@@ -12,7 +12,7 @@ type ValidTypes =
|
||||
| GQL.SlimMovieDataFragment;
|
||||
|
||||
interface IMultiSetProps {
|
||||
type: "performers" | "studios" | "tags";
|
||||
type: "performers" | "studios" | "tags" | "movies";
|
||||
existingIds?: string[];
|
||||
ids?: string[];
|
||||
mode: GQL.BulkUpdateIdMode;
|
||||
|
||||
Reference in New Issue
Block a user