Use changesets correctly when updating objects (#976)

This commit is contained in:
WithoutPants
2020-12-04 12:42:56 +11:00
committed by GitHub
parent 6eea33aec9
commit 86747acc78
34 changed files with 624 additions and 669 deletions

View File

@@ -194,9 +194,9 @@ export const SceneEditPanel: React.FC<IProps> = (props: IProps) => {
details,
url,
date,
rating,
gallery_id: galleryId,
studio_id: studioId,
rating: rating ?? null,
gallery_id: galleryId ?? null,
studio_id: studioId ?? null,
performer_ids: performerIds,
movies: makeMovieInputs(),
tag_ids: tagIds,