diff options
| 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 |
| commit | a271fcd2e68a68b381b46ebff88984340299ead1 (patch) | |
| tree | d6d434d1a643b81172a128c9f7619c3c133fd487 /src/data | |
| parent | cbe8cf6accca530ecb061aa6cb4193853e48db83 (diff) | |
can't commit this preview
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/things/album.js | 4 |
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]), }, |