mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Overwrite phash during generate if flag set (#1633)
This commit is contained in:
@@ -322,6 +322,7 @@ func (s *singleton) Generate(ctx context.Context, input models.GenerateMetadataI
|
||||
Scene: *scene,
|
||||
fileNamingAlgorithm: fileNamingAlgo,
|
||||
txnManager: s.TxnManager,
|
||||
Overwrite: overwrite,
|
||||
}
|
||||
wg.Add()
|
||||
go progress.ExecuteTask(fmt.Sprintf("Generating phash for %s", scene.Path), func() {
|
||||
|
||||
Reference in New Issue
Block a user