« 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
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
parent6117f201829526bf0d24545e0327313fd31f8288 (diff)
content: generateAlbum{CommentaryPage,SidebarTrackSection}: merge fixes
-rw-r--r--src/content/dependencies/generateAlbumCommentaryPage.js4
-rw-r--r--src/content/dependencies/generateAlbumSidebarTrackSection.js2
2 files changed, 2 insertions, 4 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),
diff --git a/src/content/dependencies/generateAlbumSidebarTrackSection.js b/src/content/dependencies/generateAlbumSidebarTrackSection.js
index e8c0377..00e9b62 100644
--- a/src/content/dependencies/generateAlbumSidebarTrackSection.js
+++ b/src/content/dependencies/generateAlbumSidebarTrackSection.js
@@ -45,7 +45,7 @@ export default {
     open: {type: 'boolean'},
   },
 
-  generate(slots, data, relations, {getColors, html, language}) {
+  generate(data, relations, slots, {getColors, html, language}) {
     const sectionName =
       html.tag('span', {class: 'group-name'},
         (data.isDefaultTrackSection