diff options
Diffstat (limited to 'src/data/things')
| -rw-r--r-- | src/data/things/track.js | 7 |
1 files changed, 2 insertions, 5 deletions
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 |