« get me outta code hell

content: listTracksWithMusicVideos - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/listing-spec.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-01-17 04:34:48 -0400
committer(quasar) nebula <qznebula@protonmail.com>2026-01-17 04:35:00 -0400
commite2c11819c26e97f6715b4327f564e8601fd04cb3 (patch)
treeae98875eb97e805c79d93b526262f1dc6e9abf4c /src/listing-spec.js
parent36b99391128458f47a7d93762467d74389478824 (diff)
content: listTracksWithMusicVideos
Diffstat (limited to 'src/listing-spec.js')
-rw-r--r--src/listing-spec.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/listing-spec.js b/src/listing-spec.js
index a301845b..019b34ab 100644
--- a/src/listing-spec.js
+++ b/src/listing-spec.js
@@ -178,7 +178,14 @@ listingSpec.push({
   directory: 'tracks/with-lyrics',
   stringsKey: 'listTracks.withLyrics',
   contentFunction: 'listTracksWithLyrics',
-  seeAlso: ['tracks/needing-lyrics'],
+  seeAlso: ['tracks/needing-lyrics', 'tracks/with-music-videos'],
+});
+
+listingSpec.push({
+  directory: 'tracks/with-music-videos',
+  stringsKey: 'listTracks.withMusicVideos',
+  contentFunction: 'listTracksWithMusicVideos',
+  seeAlso: ['tracks/with-lyrics'],
 });
 
 listingSpec.push({