« get me outta code hell

data: quick annotation on Track.countInArtistTotals - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-06-21 11:08:13 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-06-21 11:08:26 -0300
commit44ff6c538a0acc52743f80038808609b6d6e43dc (patch)
treeed9ca91e5856310af9a22de82a048acc507cd8ee /src/data/things
parent77f1fa9eb05aee8917840c2d9caf10262347684b (diff)
data: quick annotation on Track.countInArtistTotals preview
DOCUMENTATION?? IN MY HSMUSIC-WIKI??
Diffstat (limited to 'src/data/things')
-rw-r--r--src/data/things/Track.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data/things/Track.js b/src/data/things/Track.js
index cd83ef19..db5495d7 100644
--- a/src/data/things/Track.js
+++ b/src/data/things/Track.js
@@ -361,6 +361,9 @@ export class Track extends Thing {
 
     // > Update & expose - General configuration
 
+    // This matters to total-counting, but doesn't directly figure in - it's
+    // part of methods countOwnContributionIn{Contribution,Duration}Totals,
+    // accessed in turn by Contribution.countIn{Contribution,Duration}Totals.
     countInArtistTotals: [
       exposeUpdateValueOrContinue({
         validate: input.value(isBoolean),