« 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/listTracksWithMusicVideos.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/dependencies/listTracksWithMusicVideos.js')
-rw-r--r--src/content/dependencies/listTracksWithMusicVideos.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/content/dependencies/listTracksWithMusicVideos.js b/src/content/dependencies/listTracksWithMusicVideos.js
index b61832e5..e7aa1f5e 100644
--- a/src/content/dependencies/listTracksWithMusicVideos.js
+++ b/src/content/dependencies/listTracksWithMusicVideos.js
@@ -3,5 +3,7 @@ export default {
     ({page: relation('listTracksWithExtra', spec, 'musicVideos', 'array')}),
 
   generate: (relations) =>
-    relations.page,
+    relations.page.slots({
+      showAlbumDates: false,
+    }),
 };