From e5a3a3c3eb7cfd8a14d97202d5788947841b4d08 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 14 Jun 2025 10:15:16 -0300 Subject: data: various counting rules --- src/data/things/album.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/data/things/album.js') diff --git a/src/data/things/album.js b/src/data/things/album.js index af42c6fa..e27700f4 100644 --- a/src/data/things/album.js +++ b/src/data/things/album.js @@ -835,6 +835,12 @@ export class Album extends Thing { artwork.fileExtension, ]; } + + // As of writing, albums don't even have a `duration` property... + // so this function will never be called... but the message stands... + countOwnContributionInDurationTotals(_contrib) { + return false; + } } export class TrackSection extends Thing { -- cgit 1.3.0-6-gf8a5