mirror of
https://github.com/stashapp/stash.git
synced 2026-05-12 20:48:29 -05:00
Return if primary file failed to load (#6200)
This commit is contained in:
@@ -32,6 +32,7 @@ func (t *GenerateCoverTask) Start(ctx context.Context) {
|
||||
return t.Scene.LoadPrimaryFile(ctx, r.File)
|
||||
}); err != nil {
|
||||
logger.Error(err)
|
||||
return
|
||||
}
|
||||
|
||||
if !required {
|
||||
|
||||
Reference in New Issue
Block a user