mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Fix multi scrape bug with fileless scenes (#3414)
This commit is contained in:
@@ -235,7 +235,7 @@ func (c Client) findStashBoxScenesByFingerprints(ctx context.Context, scenes [][
|
||||
}
|
||||
}
|
||||
|
||||
return results, nil
|
||||
return ret, nil
|
||||
}
|
||||
|
||||
func (c Client) SubmitStashBoxFingerprints(ctx context.Context, sceneIDs []string, endpoint string) (bool, error) {
|
||||
|
||||
Reference in New Issue
Block a user