mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Fix batch performer tag panic (#4281)
This commit is contained in:
@@ -825,6 +825,10 @@ func (c Client) FindStashBoxPerformerByID(ctx context.Context, id string) (*mode
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if performer.FindPerformer == nil {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
ret := performerFragmentToScrapedPerformer(*performer.FindPerformer)
|
ret := performerFragmentToScrapedPerformer(*performer.FindPerformer)
|
||||||
|
|
||||||
r := c.repository
|
r := c.repository
|
||||||
|
|||||||
Reference in New Issue
Block a user