forked from DebaucheryLibrarian/traxxx
Storing photo counts.
This commit is contained in:
@@ -42,6 +42,7 @@ async function curateReleaseEntry(release, batchId, existingRelease, type = 'sce
|
||||
slug,
|
||||
description: decode(release.description),
|
||||
comment: release.comment,
|
||||
photo_count: Number(release.photoCount) || null,
|
||||
deep: typeof release.deep === 'boolean' ? release.deep : false,
|
||||
deep_url: release.deepUrl,
|
||||
updated_batch_id: batchId,
|
||||
|
||||
Reference in New Issue
Block a user