File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ export class Album extends Thing {
132
132
isListedInGalleries : flag ( true ) ,
133
133
134
134
commentary : commentary ( ) ,
135
+ creditSources : commentary ( ) ,
135
136
additionalFiles : additionalFiles ( ) ,
136
137
137
138
trackSections : referenceList ( {
@@ -366,6 +367,7 @@ export class Album extends Thing {
366
367
} ,
367
368
368
369
'Commentary' : { property : 'commentary' } ,
370
+ 'Credit Sources' : { property : 'creditSources' } ,
369
371
370
372
'Additional Files' : {
371
373
property : 'additionalFiles' ,
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ export class Flash extends Thing {
112
112
urls : urls ( ) ,
113
113
114
114
commentary : commentary ( ) ,
115
+ creditSources : commentary ( ) ,
115
116
116
117
// Update only
117
118
@@ -200,6 +201,7 @@ export class Flash extends Thing {
200
201
} ,
201
202
202
203
'Commentary' : { property : 'commentary' } ,
204
+ 'Credit Sources' : { property : 'creditSources' } ,
203
205
204
206
'Review Points' : { ignore : true } ,
205
207
} ,
You can’t perform that action at this time.
0 commit comments