From df5ff85bdc2d56cbb8ef4d104dd7b82867ecca73 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 2 Feb 2026 18:06:21 -0400 Subject: data: Track: never inherit artists from main release. Ever --- src/data/things/Track.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/data/things') diff --git a/src/data/things/Track.js b/src/data/things/Track.js index 9885ff09..876a6542 100644 --- a/src/data/things/Track.js +++ b/src/data/things/Track.js @@ -273,10 +273,6 @@ export class Track extends Thing { exposeDependencyOrContinue('#artistContribs', V('empty')), - // Specifically inherit artist contributions later than artist contribs. - // Secondary releases' artists may differ from the main release. - inheritContributionListFromMainRelease(), - withPropertyFromObject('album', V('trackArtistContribs')), withRecontextualizedContributionList({ -- cgit 1.3.0-6-gf8a5