« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateTrackArtistCommentarySection.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/dependencies/generateTrackArtistCommentarySection.js')
-rw-r--r--src/content/dependencies/generateTrackArtistCommentarySection.js4
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