« get me outta code hell

data: Artwork.referencedArtworks: don't assume inherited - 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>2025-04-12 18:30:52 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-04-12 18:30:52 -0300
commit79b059f845db631013c0b03593f8c244901f836c (patch)
treeb01eb026d24a2ad6dc3e1019a83afa70a3e69f23 /src/data/yaml.js
parent150447336e02897e1589dbdb28ca7108a0a94632 (diff)
data: Artwork.referencedArtworks: don't assume inherited
Diffstat (limited to 'src/data/yaml.js')
-rw-r--r--src/data/yaml.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js
index a7248f56..50317238 100644
--- a/src/data/yaml.js
+++ b/src/data/yaml.js
@@ -797,6 +797,7 @@ export function parseArtwork({
   artistContribsFromThingProperty = null,
   artistContribsArtistProperty = null,
   artTagsFromThingProperty = null,
+  referencedArtworksFromThingProperty = null,
 }) {
   const provide = {
     dimensionsFromThingProperty,
@@ -805,6 +806,7 @@ export function parseArtwork({
     artistContribsFromThingProperty,
     artistContribsArtistProperty,
     artTagsFromThingProperty,
+    referencedArtworksFromThingProperty,
   };
 
   const parseSingleEntry = (entry, {subdoc, Artwork}) =>