Fix tattoos being put in twitter on batch performer (#2332)

This commit is contained in:
DampToast 2022-02-18 16:06:20 -06:00 committed by GitHub
parent 56e12303bc
commit 77acbc42b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"] {