« get me outta code hell

can't commit this - 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-11-24 14:05:09 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-11-24 14:05:09 -0400
commita271fcd2e68a68b381b46ebff88984340299ead1 (patch)
treed6d434d1a643b81172a128c9f7619c3c133fd487
parentcbe8cf6accca530ecb061aa6cb4193853e48db83 (diff)
can't commit this preview
-rw-r--r--src/data/things/album.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/things/album.js b/src/data/things/album.js
index 58d5253c..c0042d25 100644
--- a/src/data/things/album.js
+++ b/src/data/things/album.js
@@ -505,8 +505,8 @@ export class Album extends Thing {
       bindTo: 'albumData',
 
       getMatchableNames: album =>
-        (album.alwaysReferenceByDirectory 
-          ? [] 
+        (album.alwaysReferenceByDirectory
+          ? []
           : [album.name]),
     },