« 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-09-24 15:51:50 -0300
commit528d909f4eeec9d7f6b54031752a94a6c9dca5ab (patch)
tree45fce5bb3c198b96550df79c044672392966ddab /src/content/dependencies/generateAlbumCommentaryPage.js
parent1b81e54834d5f447b5b6e52eb7dfb875673a44f1 (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 85a2108..5c057b8 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),