mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 12:25:23 +01:00
print message when recreating images for the scan process
This commit is contained in:
parent
8d2df527b7
commit
2693a2b22f
1 changed files with 2 additions and 1 deletions
|
|
@ -164,13 +164,14 @@ func (t *ScanTask) makeScreenshots(probeResult *ffmpeg.VideoFile, checksum strin
|
|||
}
|
||||
|
||||
if probeResult == nil {
|
||||
var err error
|
||||
var err error
|
||||
probeResult, err = ffmpeg.NewVideoFile(instance.FFProbePath, t.FilePath)
|
||||
|
||||
if err != nil {
|
||||
logger.Error(err.Error())
|
||||
return
|
||||
}
|
||||
logger.Infof("Regenerating images for %s", t.FilePath)
|
||||
}
|
||||
|
||||
if !thumbExists {
|
||||
|
|
|
|||
Loading…
Reference in a new issue