« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
Diffstat (limited to 'upd8.js')
-rw-r--r--upd8.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js
index de8b71d8..3589e7db 100644
--- a/upd8.js
+++ b/upd8.js
@@ -1133,7 +1133,8 @@ function writeMiscellaneousPages() {
                             entries: (albumData
                                 .filter(album => album.isFanon)
                                 .reverse()
-                                .slice(0, 7)
+                                .slice(0, 6)
+                                .concat([albumData.find(album => album.directory === C.UNRELEASED_TRACKS_DIRECTORY)])
                                 .map(album => ({item: album}))),
                             lazy: true
                         })}