From 94bdc5e8356834e2cc22695e196ba4f50014d05f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 4 Mar 2024 20:34:01 -0400 Subject: data: contribution: countIn{Contribution,Duration}Totals --- src/data/yaml.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/data/yaml.js') diff --git a/src/data/yaml.js b/src/data/yaml.js index 3f096e8a..7a16341b 100644 --- a/src/data/yaml.js +++ b/src/data/yaml.js @@ -416,6 +416,9 @@ export function parseContributors(entries) { return { artist: item['Artist'], annotation: item['Annotation'] ?? null, + + countInContributionTotals: item['Count In Contribution Totals'] ?? null, + countInDurationTotals: item['Count In Duration Totals'] ?? null, }; if (typeof item !== 'string') return item; -- cgit 1.3.0-6-gf8a5