mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03: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