mirror of
https://github.com/stashapp/stash.git
synced 2026-02-09 00:42:54 +01:00
Add missing tag writer for performer importer (#1213)
This commit is contained in:
parent
960f843259
commit
73a8bad1bc
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ func (t *ImportTask) ImportPerformers(ctx context.Context) {
|
|||
readerWriter := r.Performer()
|
||||
importer := &performer.Importer{
|
||||
ReaderWriter: readerWriter,
|
||||
TagWriter: r.Tag(),
|
||||
Input: *performerJSON,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue