We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948b6b4 commit 6c256d7Copy full SHA for 6c256d7
src/data/things/album.js
@@ -31,6 +31,7 @@ import {
31
commentary,
32
color,
33
commentatorArtists,
34
+ contentString,
35
contribsPresent,
36
contributionList,
37
dimensions,
@@ -524,6 +525,8 @@ export class TrackSection extends Thing {
524
525
526
isDefaultTrackSection: flag(false),
527
528
+ description: contentString(),
529
+
530
album: [
531
withAlbum(),
532
exposeDependency({dependency: '#album'}),
@@ -637,6 +640,8 @@ export class TrackSection extends Thing {
637
640
property: 'dateOriginallyReleased',
638
641
transform: parseDate,
639
642
},
643
644
+ 'Description': {property: 'description'},
645
646
};
647
0 commit comments