« get me outta code hell

data: let secondary releases' artists differ from main release - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-10-25 19:18:03 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-10-25 19:18:03 -0300
commit7feb8a6a0337f6d0621c4e8dc7e3d40c08d7d283 (patch)
treec1526f3fd656cc0036138f8e23853d8320930533
parent28e4e87cc46cafe2915d496ceee64665e55b7de3 (diff)
data: let secondary releases' artists differ from main release
-rw-r--r--src/data/things/track.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/data/things/track.js b/src/data/things/track.js
index 59246329..0d565086 100644
--- a/src/data/things/track.js
+++ b/src/data/things/track.js
@@ -224,6 +224,10 @@ export class Track extends Thing {
         mode: input.value('empty'),
       }),
 
+      // Specifically inherit artist contributions later than artist contribs.
+      // Secondary releases' artists may differ from the main release.
+      inheritContributionListFromMainRelease(),
+
       withPropertyFromAlbum({
         property: input.value('trackArtistContribs'),
       }),
@@ -797,11 +801,6 @@ export class Track extends Thing {
         'Sampled Tracks',
       ]},
 
-      {message: `Secondary releases inherit artists from the main one`, fields: [
-        'Main Release',
-        'Artists',
-      ]},
-
       {message: `Secondary releases inherit contributors from the main one`, fields: [
         'Main Release',
         'Contributors',