Skip to content

Commit 6c256d7

Browse files
committed
data: TrackSection.description
1 parent 948b6b4 commit 6c256d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/data/things/album.js

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import {
3131
commentary,
3232
color,
3333
commentatorArtists,
34+
contentString,
3435
contribsPresent,
3536
contributionList,
3637
dimensions,
@@ -524,6 +525,8 @@ export class TrackSection extends Thing {
524525

525526
isDefaultTrackSection: flag(false),
526527

528+
description: contentString(),
529+
527530
album: [
528531
withAlbum(),
529532
exposeDependency({dependency: '#album'}),
@@ -637,6 +640,8 @@ export class TrackSection extends Thing {
637640
property: 'dateOriginallyReleased',
638641
transform: parseDate,
639642
},
643+
644+
'Description': {property: 'description'},
640645
},
641646
};
642647

0 commit comments

Comments
 (0)