« get me outta code hell

data: fix 'Count Tracks In Artist Totals' pointing to wrong prop - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-07-02 17:02:55 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-07-02 17:02:55 -0300
commitda8d9d616eb4d002126a89e6cba7f26053c6e4c3 (patch)
tree7d25cf87fb2df802352342aded3de669b98b84f4
parent060ba5929f0c169c79f62f956af0a40c248c62d5 (diff)
data: fix 'Count Tracks In Artist Totals' pointing to wrong prop
-rw-r--r--src/data/things/album.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/things/album.js b/src/data/things/album.js
index 45cadc12..51698148 100644
--- a/src/data/things/album.js
+++ b/src/data/things/album.js
@@ -576,7 +576,7 @@ export class Album extends Thing {
 
       // General configuration
 
-      'Count Tracks In Artist Totals': {property: 'countInArtistTotals'},
+      'Count Tracks In Artist Totals': {property: 'countTracksInArtistTotals'},
 
       'Has Track Numbers': {property: 'hasTrackNumbers'},
       'Listed on Homepage': {property: 'isListedOnHomepage'},