mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Return if primary file failed to load (#6200)
This commit is contained in:
parent
869cbd496b
commit
fda97e7f6c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue