« 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/things/track.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/things/track.js
parent150447336e02897e1589dbdb28ca7108a0a94632 (diff)
data: Artwork.referencedArtworks: don't assume inherited
Diffstat (limited to 'src/data/things/track.js')
-rw-r--r--src/data/things/track.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/things/track.js b/src/data/things/track.js
index d7cb2b58..ca1d69af 100644
--- a/src/data/things/track.js
+++ b/src/data/things/track.js
@@ -534,6 +534,7 @@ export class Track extends Thing {
             fileExtensionFromThingProperty: 'coverArtFileExtension',
             dateFromThingProperty: 'coverArtDate',
             artTagsFromThingProperty: 'artTags',
+            referencedArtworksFromThingProperty: 'referencedArtworks',
             artistContribsFromThingProperty: 'coverArtistContribs',
             artistContribsArtistProperty: 'trackCoverArtistContributions',
           }),