Added Model Media API layout, renamed AsiaM.

This commit is contained in:
DebaucheryLibrarian
2026-02-06 04:55:40 +01:00
parent e91ff659e9
commit 5a210451e0
12 changed files with 178 additions and 24 deletions

View File

@@ -53,6 +53,7 @@ async function curateReleaseEntry(release, batchId, existingRelease, type = 'sce
date_precision: release.datePrecision,
slug,
description: decode(release.description),
alt_descriptions: release.altDescriptions?.map((description) => decode(description)),
comment: release.comment,
attributes: release.attributes,
photo_count: Number(release.photoCount) || null,