Movie UI refresh (#1227)

* Improve movie UI
* Return nil when no back image set
This commit is contained in:
WithoutPants
2021-03-31 14:54:58 +11:00
committed by GitHub
parent d5e9030768
commit ccb96c3795
9 changed files with 639 additions and 388 deletions

View File

@@ -317,7 +317,7 @@ export const SceneScrapeDialog: React.FC<ISceneScrapeDialogProps> = (
const [createStudio] = useStudioCreate({ name: "" });
const [createPerformer] = usePerformerCreate();
const [createMovie] = useMovieCreate({ name: "" });
const [createMovie] = useMovieCreate();
const [createTag] = useTagCreate({ name: "" });
const Toast = useToast();