Associating directors separately from actors. Added tag photos.

This commit is contained in:
DebaucheryLibrarian
2021-03-08 01:06:57 +01:00
parent 6a9d725633
commit a71752b18b
39 changed files with 5 additions and 1 deletions

View File

@@ -322,11 +322,11 @@ async function storeScenes(releases) {
const [actors] = await Promise.all([
associateActors(releasesWithId, batchId),
associateDirectors(releasesWithId, batchId),
associateReleaseTags(releasesWithId),
storeChapters(releasesWithId),
]);
await associateDirectors(releasesWithId, batchId); // some directors may also be actors, don't associate at the same time
await updateReleasesSearch(releasesWithId.map(release => release.id));
// media is more error-prone, associate separately