« get me outta code hell

data, checks: find.{album,track}WithArtwork - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/album.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-11-19 15:56:14 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-11-19 15:56:14 -0400
commitd746ff26c3e7517c8aaff7615ae4da06fa2d01c0 (patch)
tree8bd06ac5502acf24ab4ba23a0ce959c73e51b186 /src/data/things/album.js
parentd81e8d50645d476d41c800ba5ae12497ec5932a3 (diff)
data, checks: find.{album,track}WithArtwork
Diffstat (limited to 'src/data/things/album.js')
-rw-r--r--src/data/things/album.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/data/things/album.js b/src/data/things/album.js
index 35cf1f3e..3f3f195a 100644
--- a/src/data/things/album.js
+++ b/src/data/things/album.js
@@ -337,6 +337,14 @@ export class Album extends Thing {
       referenceTypes: ['album', 'album-commentary', 'album-gallery'],
       bindTo: 'albumData',
     },
+
+    albumWithArtwork: {
+      referenceTypes: ['album'],
+      bindTo: 'albumData',
+
+      include: album =>
+        album.hasCoverArt,
+    },
   };
 
   static [Thing.yamlDocumentSpec] = {