diff --git a/ui/v2.5/src/core/performers.ts b/ui/v2.5/src/core/performers.ts index 83a62eac3..455ada9f9 100644 --- a/ui/v2.5/src/core/performers.ts +++ b/ui/v2.5/src/core/performers.ts @@ -92,6 +92,7 @@ export const scrapedPerformerToCreateInput = ( name: toCreate.name ?? "", gender: stringToGender(toCreate.gender), birthdate: toCreate.birthdate, + disambiguation: toCreate.disambiguation, ethnicity: toCreate.ethnicity, country: toCreate.country, eye_color: toCreate.eye_color,