mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Limit duplicate matching to files that have ~ same duration (#3663)
* Limit duplicate matching to files that have ~ same duration * Add UI for duration diff --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -439,7 +439,7 @@ func (_m *SceneReaderWriter) FindByPerformerID(ctx context.Context, performerID
|
||||
}
|
||||
|
||||
// FindDuplicates provides a mock function with given fields: ctx, distance
|
||||
func (_m *SceneReaderWriter) FindDuplicates(ctx context.Context, distance int) ([][]*models.Scene, error) {
|
||||
func (_m *SceneReaderWriter) FindDuplicates(ctx context.Context, distance int, durationDiff float64) ([][]*models.Scene, error) {
|
||||
ret := _m.Called(ctx, distance)
|
||||
|
||||
var r0 [][]*models.Scene
|
||||
|
||||
Reference in New Issue
Block a user