mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix alias issue when tagging performer from stash-box (#4820)
This commit is contained in:
@@ -676,6 +676,9 @@ func performerFragmentToScrapedPerformer(p graphql.PerformerFragment) *models.Sc
|
||||
return !strings.EqualFold(s, p.Name)
|
||||
})
|
||||
|
||||
// #4596 - stash-box may return duplicate aliases. Filter these out
|
||||
p.Aliases = stringslice.UniqueFold(p.Aliases)
|
||||
|
||||
alias := strings.Join(p.Aliases, ", ")
|
||||
sp.Aliases = &alias
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user