diff options
| 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 |
| commit | e2c11819c26e97f6715b4327f564e8601fd04cb3 (patch) | |
| tree | ae98875eb97e805c79d93b526262f1dc6e9abf4c /src/listing-spec.js | |
| parent | 36b99391128458f47a7d93762467d74389478824 (diff) | |
content: listTracksWithMusicVideos
Diffstat (limited to 'src/listing-spec.js')
| -rw-r--r-- | src/listing-spec.js | 9 |
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({ |