« 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
diff options
context:
space:
mode:
Diffstat (limited to 'src/content')
-rw-r--r--src/content/dependencies/generateTrackList.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/content/dependencies/generateTrackList.js b/src/content/dependencies/generateTrackList.js
index ddd3db8e..768c3f70 100644
--- a/src/content/dependencies/generateTrackList.js
+++ b/src/content/dependencies/generateTrackList.js
@@ -34,8 +34,13 @@ export default {
       relations.items.map(item =>
         item.slots({
           showArtists: slots.showArtists,
-          showDetail: slots.showDetail,
           showDuration: slots.showDuration,
+
+          showDetail:
+            (slots.showDetail
+              ? 'from across wiki'
+              : false),
+
           colorMode: slots.colorMode,
         }))),
 };