Fixed duplicate query. Updated Jules Jordan logo's.

This commit is contained in:
2020-01-08 19:23:50 +01:00
parent 84117bc074
commit 4c28c8b640
5 changed files with 9 additions and 4 deletions

View File

@@ -181,6 +181,8 @@ async function storePhotos(photos, {
concurrency: 10,
}).filter(photo => photo);
return metaFiles;
const [hashDuplicates, hashOriginals] = await findDuplicates(metaFiles, 'hash', 'hash', label);
const savedPhotos = await savePhotos(hashOriginals, {