mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add missing tag writer for performer importer (#1213)
This commit is contained in:
@@ -209,6 +209,7 @@ func (t *ImportTask) ImportPerformers(ctx context.Context) {
|
||||
readerWriter := r.Performer()
|
||||
importer := &performer.Importer{
|
||||
ReaderWriter: readerWriter,
|
||||
TagWriter: r.Tag(),
|
||||
Input: *performerJSON,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user