« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/homepage.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/page/homepage.js')
-rw-r--r--src/page/homepage.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/page/homepage.js b/src/page/homepage.js
index aa99527..8b470e9 100644
--- a/src/page/homepage.js
+++ b/src/page/homepage.js
@@ -50,6 +50,7 @@ export function writeTargetless({wikiData}) {
                                             ((row.sourceGroup?.albums ?? [])
                                                 .slice()
                                                 .reverse()
+                                                .filter(album => album.isListedOnHomepage)
                                                 .slice(0, row.countAlbumsFromGroup)
                                                 .map(album => ({item: album})))
                                         ).concat(row.sourceAlbums.map(album => ({item: album}))),