Fix multi scrape bug with fileless scenes (#3414)

This commit is contained in:
WithoutPants
2023-02-11 09:19:15 +11:00
committed by GitHub
parent 692c1e55ac
commit f0988817c8
2 changed files with 2 additions and 1 deletions

View File

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