« get me outta code hell

data: artist: scope contribution properties to thing kind - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-04-10 20:26:32 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-18 22:56:05 -0300
commit151bb59cc02fd111452b0511da903be7d496c1da (patch)
tree660250a410d88ee49bac7c927f8d7280d69582fb /src/content/dependencies
parentedf2f46d0778b9505258cde878742b816289d1f6 (diff)
data: artist: scope contribution properties to thing kind
Diffstat (limited to 'src/content/dependencies')
-rw-r--r--src/content/dependencies/generateArtistInfoPageTracksChunkedList.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/dependencies/generateArtistInfoPageTracksChunkedList.js b/src/content/dependencies/generateArtistInfoPageTracksChunkedList.js
index 9eb4e952..7c01accb 100644
--- a/src/content/dependencies/generateArtistInfoPageTracksChunkedList.js
+++ b/src/content/dependencies/generateArtistInfoPageTracksChunkedList.js
@@ -12,8 +12,8 @@ export default {
     const query = {};
 
     const allContributions = [
-      ...artist.artistContributions,
-      ...artist.contributorContributions,
+      ...artist.trackArtistContributions,
+      ...artist.trackContributorContributions,
     ];
 
     sortContributionsChronologically(