Add Movie option to Scene bulk edit (#1676)

* Add Movie option to Scene bulk edit
This commit is contained in:
gitgiggety
2021-09-07 04:44:18 +02:00
committed by GitHub
parent 7a468413da
commit b2b05fb332
5 changed files with 126 additions and 3 deletions

View File

@@ -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;