mirror of https://github.com/stashapp/stash.git
Fix tattoos being put in twitter on batch performer (#2332)
This commit is contained in:
parent
56e12303bc
commit
77acbc42b7
|
@ -145,7 +145,7 @@ func (t *StashBoxPerformerTagTask) stashBoxPerformerTag(ctx context.Context) {
|
|||
partial.Tattoos = &value
|
||||
}
|
||||
if performer.Twitter != nil && !excluded["twitter"] {
|
||||
value := getNullString(performer.Tattoos)
|
||||
value := getNullString(performer.Twitter)
|
||||
partial.Twitter = &value
|
||||
}
|
||||
if performer.URL != nil && !excluded["url"] {
|
||||
|
|
Loading…
Reference in New Issue