diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-08-23 15:23:43 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-08-23 15:23:43 -0300 |
commit | e95166f08080ec370a482786c3c60bea5c8eb3ea (patch) | |
tree | 5fa58383c8acb5acadc5f82f24d9511440ed0b36 /src/listing-spec.js | |
parent | 1efbd6a6fe303e8c6f106053d12fc21b1e8d7b52 (diff) |
content: listTracksNeedingLyrics
Diffstat (limited to 'src/listing-spec.js')
-rw-r--r-- | src/listing-spec.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/listing-spec.js b/src/listing-spec.js index 142c5976..a47bd38c 100644 --- a/src/listing-spec.js +++ b/src/listing-spec.js @@ -178,6 +178,7 @@ listingSpec.push({ directory: 'tracks/with-lyrics', stringsKey: 'listTracks.withLyrics', contentFunction: 'listTracksWithLyrics', + seeAlso: ['tracks/needing-lyrics'], }); listingSpec.push({ @@ -195,6 +196,13 @@ listingSpec.push({ }); listingSpec.push({ + directory: 'tracks/needing-lyrics', + stringsKey: 'listTracks.needingLyrics', + contentFunction: 'listTracksNeedingLyrics', + seeAlso: ['tracks/with-lyrics'], +}); + +listingSpec.push({ directory: 'tags/by-name', stringsKey: 'listArtTags.byName', contentFunction: 'listArtTagsByName', |