From 8749691c4242b6da831ed30540a12708fb7d655f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 27 Dec 2025 11:49:25 -0400 Subject: data: Track.lyrics: allow overriding on secondary releases --- src/data/things/track.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/data/things/track.js') diff --git a/src/data/things/track.js b/src/data/things/track.js index ab7511a8..d8d61ebf 100644 --- a/src/data/things/track.js +++ b/src/data/things/track.js @@ -531,6 +531,8 @@ export class Track extends Thing { // > Update & expose - Content entries lyrics: [ + exposeUpdateValueOrContinue(), + // TODO: Inherited lyrics are literally the same objects, so of course // their .thing properties aren't going to point back to this one, and // certainly couldn't be recontextualized... @@ -1101,11 +1103,6 @@ export class Track extends Thing { 'Contributors', ]}, - {message: `Secondary releases inherit lyrics from the main one`, fields: [ - 'Main Release', - 'Lyrics', - ]}, - { message: ({'Has Cover Art': hasCoverArt}) => (hasCoverArt -- cgit 1.3.0-6-gf8a5