« 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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/content/dependencies/generateTrackList.js b/src/content/dependencies/generateTrackList.js
index 768c3f70..37052207 100644
--- a/src/content/dependencies/generateTrackList.js
+++ b/src/content/dependencies/generateTrackList.js
@@ -11,7 +11,7 @@ export default {
       default: 'auto',
     },
 
-    showDetail: {
+    showNameDetail: {
       type: 'boolean',
       default: true,
     },
@@ -36,8 +36,8 @@ export default {
           showArtists: slots.showArtists,
           showDuration: slots.showDuration,
 
-          showDetail:
-            (slots.showDetail
+          showNameDetail:
+            (slots.showNameDetail
               ? 'from across wiki'
               : false),