« get me outta code hell

data: contribution: countIn{Contribution,Duration}Totals - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/yaml.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-03-04 20:34:01 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-06-18 22:56:01 -0300
commit94bdc5e8356834e2cc22695e196ba4f50014d05f (patch)
tree29968ab17f5f00ccd8718b0aff5f80116bd1703b /src/data/yaml.js
parent6d0ad85bc718c2429d8dc124bba1329cc9615d12 (diff)
data: contribution: countIn{Contribution,Duration}Totals
Diffstat (limited to 'src/data/yaml.js')
-rw-r--r--src/data/yaml.js3
1 files changed, 3 insertions, 0 deletions
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;