Set stash id during performer scrape (#1608)

This commit is contained in:
WithoutPants
2021-08-04 09:33:21 +10:00
committed by GitHub
parent 7287ad3a05
commit f52bfae8ac
7 changed files with 69 additions and 8 deletions

View File

@@ -46,6 +46,7 @@ type ScrapedPerformer struct {
DeathDate *string `graphql:"death_date" json:"death_date"`
HairColor *string `graphql:"hair_color" json:"hair_color"`
Weight *string `graphql:"weight" json:"weight"`
RemoteSiteID *string `graphql:"remote_site_id" json:"remote_site_id"`
}
// this type has no Image field