Return if primary file failed to load (#6200)

This commit is contained in:
WithoutPants 2025-10-29 11:11:21 +11:00 committed by GitHub
parent 869cbd496b
commit fda97e7f6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {