« get me outta code hell

test: Track.{color,date,hasUniqueCoverArt} (unit) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-08-23 12:22:34 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-05 21:02:50 -0300
commit13914b9f07f60d6d8aaaddc7df675d41950320c3 (patch)
tree06a749fbed42aa73e3d96fec9a0f28854f3bebf4 /src
parent94f684138329e17ab43bfe552056d7ea3ed28b17 (diff)
test: Track.{color,date,hasUniqueCoverArt} (unit)
Diffstat (limited to 'src')
-rw-r--r--src/data/things/thing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/things/thing.js b/src/data/things/thing.js
index 1186c389..decde6f4 100644
--- a/src/data/things/thing.js
+++ b/src/data/things/thing.js
@@ -419,7 +419,7 @@ export default class Thing extends CacheableObject {
     return (
       contribsByRef
         .map(({who, what}) => ({
-          who: find.artist(who, artistData),
+          who: find.artist(who, artistData, {mode: 'quiet'}),
           what,
         }))
         .filter(({who}) => who));