From 2236af1d31d3e7fef8d992381150f6168def4b43 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 21 May 2025 13:27:16 -0300 Subject: data, yaml: creditSources -> creditingSources --- src/data/things/album.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/data/things/album.js') diff --git a/src/data/things/album.js b/src/data/things/album.js index a4c2f6a5..dc31bb10 100644 --- a/src/data/things/album.js +++ b/src/data/things/album.js @@ -214,7 +214,7 @@ export class Album extends Thing { class: input.value(CommentaryEntry), }), - creditSources: thingList({ + creditingSources: thingList({ class: input.value(CreditingSourcesEntry), }), @@ -618,8 +618,8 @@ export class Album extends Thing { transform: parseCommentary, }, - 'Credit Sources': { - property: 'creditSources', + 'Crediting Sources': { + property: 'creditingSources', transform: parseCreditingSources, }, @@ -744,7 +744,7 @@ export class Album extends Thing { artworkData.push(...entry.trackArtworks); commentaryData.push(...entry.commentary); - creditingSourceData.push(...entry.creditSources); + creditingSourceData.push(...entry.creditingSources); // TODO: As exposed, Track.lyrics tries to inherit from the main // release, which is impossible before the data's been linked. @@ -767,7 +767,7 @@ export class Album extends Thing { } commentaryData.push(...album.commentary); - creditingSourceData.push(...album.creditSources); + creditingSourceData.push(...album.creditingSources); album.trackSections = trackSections; } -- cgit 1.3.0-6-gf8a5