« 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/generateAlbumInfoPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/dependencies/generateAlbumInfoPage.js')
-rw-r--r--src/content/dependencies/generateAlbumInfoPage.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/content/dependencies/generateAlbumInfoPage.js b/src/content/dependencies/generateAlbumInfoPage.js
index 03ac469d..51329450 100644
--- a/src/content/dependencies/generateAlbumInfoPage.js
+++ b/src/content/dependencies/generateAlbumInfoPage.js
@@ -4,6 +4,7 @@ export default {
   contentDependencies: [
     'generateAdditionalNamesBox',
     'generateAlbumAdditionalFilesList',
+    'generateAlbumArtInfoBox',
     'generateAlbumBanner',
     'generateAlbumCoverArtwork',
     'generateAlbumNavAccent',
@@ -49,6 +50,9 @@ export default {
         ? relation('generateAlbumCoverArtwork', album)
         : null),
 
+    albumArtInfoBox:
+      relation('generateAlbumArtInfoBox', album),
+
     banner:
       (album.hasBannerArt
         ? relation('generateAlbumBanner', album)
@@ -120,6 +124,9 @@ export default {
               })
             : null),
 
+          relations.albumArtInfoBox,
+        ],
+
         mainContent: [
           relations.releaseInfo,