mirror of
https://github.com/stashapp/stash.git
synced 2026-05-06 03:20:38 +02:00
updating scrapedPerformerToCreateInput to pass Disambiguation (#5029)
This commit is contained in:
parent
4244bd0b18
commit
dc3ce2b414
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ export const scrapedPerformerToCreateInput = (
|
||||||
name: toCreate.name ?? "",
|
name: toCreate.name ?? "",
|
||||||
gender: stringToGender(toCreate.gender),
|
gender: stringToGender(toCreate.gender),
|
||||||
birthdate: toCreate.birthdate,
|
birthdate: toCreate.birthdate,
|
||||||
|
disambiguation: toCreate.disambiguation,
|
||||||
ethnicity: toCreate.ethnicity,
|
ethnicity: toCreate.ethnicity,
|
||||||
country: toCreate.country,
|
country: toCreate.country,
|
||||||
eye_color: toCreate.eye_color,
|
eye_color: toCreate.eye_color,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue