diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-31 17:17:56 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-31 17:17:56 -0400 |
| commit | 5d1bbf4f3932be0d45acfece1c9bd468e86af14f (patch) | |
| tree | f6782e4ee4c2d0aae5bd039e2879c60255ea4fb7 /src/content/dependencies/generateTrackArtistCommentarySection.js | |
| parent | 3205d96a9095e2419ded46a30ed26b714ad0395f (diff) | |
content: generateCommentaryEntry -> generateContentEntry
Diffstat (limited to 'src/content/dependencies/generateTrackArtistCommentarySection.js')
| -rw-r--r-- | src/content/dependencies/generateTrackArtistCommentarySection.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/dependencies/generateTrackArtistCommentarySection.js b/src/content/dependencies/generateTrackArtistCommentarySection.js index 39a3e145..999e5ecf 100644 --- a/src/content/dependencies/generateTrackArtistCommentarySection.js +++ b/src/content/dependencies/generateTrackArtistCommentarySection.js @@ -20,7 +20,7 @@ export default { mainReleaseArtistCommentaryEntries: (track.isSecondaryRelease ? track.commentaryFromMainRelease - .map(entry => relation('generateCommentaryEntry', entry)) + .map(entry => relation('generateContentEntry', entry)) : null), thisReleaseAlbumLink: @@ -28,7 +28,7 @@ export default { artistCommentaryEntries: track.commentary - .map(entry => relation('generateCommentaryEntry', entry)), + .map(entry => relation('generateContentEntry', entry)), otherReleaseTrackLinks: query.otherSecondaryReleasesWithCommentary |