« get me outta code hell

content: listArtistsByGroup: count contributions in each group - 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>2024-05-21 07:33:48 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-21 07:33:48 -0300
commitbf102c4e051f118b356fcf226375639193c3549a (patch)
tree8bdf3fcab1ee36e65164395a1539124db155bf01 /src/listing-spec.js
parentf151e4266b41fb5dfc7414f98ffb4b9c341cd976 (diff)
content: listArtistsByGroup: count contributions in each group
Also disable the fallback behavior when divideTrackListsByGroups
is empty, because what's the use of this listing at all, at that
point...?
Diffstat (limited to 'src/listing-spec.js')
-rw-r--r--src/listing-spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listing-spec.js b/src/listing-spec.js
index 73fbee6d..bfea397c 100644
--- a/src/listing-spec.js
+++ b/src/listing-spec.js
@@ -67,7 +67,7 @@ listingSpec.push({
   contentFunction: 'listArtistsByDuration',
 });
 
-// TODO: hide if no groups...
+// TODO: hide if divideTrackListsByGroups empty...
 listingSpec.push({
   directory: 'artists/by-group',
   stringsKey: 'listArtists.byGroup',