mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Add performer aliases to stash-box tagging/scraping (#2091)
* Add performer aliases to stash-box tagging/scraping
This commit is contained in:
@@ -606,6 +606,11 @@ func performerFragmentToScrapedScenePerformer(p graphql.PerformerFragment) *mode
|
||||
sp.FakeTits = enumToStringPtr(p.BreastType, true)
|
||||
}
|
||||
|
||||
if len(p.Aliases) > 0 {
|
||||
alias := strings.Join(p.Aliases, ", ")
|
||||
sp.Aliases = &alias
|
||||
}
|
||||
|
||||
return sp
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user