diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-06-08 12:08:36 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-06-08 12:08:48 -0300 |
| commit | f10f5a187f26d08019e452e7fbd417b7f462faa4 (patch) | |
| tree | a721a9413b90b7c2dbd22d76b0ab212ed9219c7f /src/data/things | |
| parent | 6b858c651b55dc45ee5710c90389eb4b97069d54 (diff) | |
content, data: Track: Contributor Text preview
missing chronology link substitution
Diffstat (limited to 'src/data/things')
| -rw-r--r-- | src/data/things/Track.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data/things/Track.js b/src/data/things/Track.js index 5c6a7a4e..1f7375be 100644 --- a/src/data/things/Track.js +++ b/src/data/things/Track.js @@ -340,6 +340,8 @@ export class Track extends Thing { exposeDependency('#album.trackArtistContribs'), ], + contributorText: contentString(), + contributorContribs: [ withResolvedContribs({ from: input.updateValue({validate: isContributionList}), @@ -1100,6 +1102,8 @@ export class Track extends Thing { transform: parseContributors, }, + 'Contributor Text': {property: 'contributorText'}, + 'Contributors': { property: 'contributorContribs', transform: parseContributors, |