« get me outta code hell

content: generateAlbum{CommentaryPage,SidebarTrackSection}: merge fixes - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateAlbumCommentaryPage.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-09-24 10:29:09 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-06 08:26:56 -0300
commit8994e1c903a4cf5646c7b829a49281824c85457b (patch)
tree906884c0d4b90f77d14c4e10dbc2e832db66b82c /src/content/dependencies/generateAlbumCommentaryPage.js
parent6117f201829526bf0d24545e0327313fd31f8288 (diff)
content: generateAlbum{CommentaryPage,SidebarTrackSection}: merge fixes
Diffstat (limited to 'src/content/dependencies/generateAlbumCommentaryPage.js')
-rw-r--r--src/content/dependencies/generateAlbumCommentaryPage.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/content/dependencies/generateAlbumCommentaryPage.js b/src/content/dependencies/generateAlbumCommentaryPage.js
index 85a2108c..5c057b80 100644
--- a/src/content/dependencies/generateAlbumCommentaryPage.js
+++ b/src/content/dependencies/generateAlbumCommentaryPage.js
@@ -150,9 +150,7 @@ export default {
               language.$('albumCommentaryPage.entry.title.albumCommentary')),
 
             relations.albumCommentaryCover
-              ?.slots({
-                displayMode: 'commentary',
-              }),
+              ?.slots({mode: 'commentary'}),
 
             html.tag('blockquote',
               relations.albumCommentaryContent),