From d746ff26c3e7517c8aaff7615ae4da06fa2d01c0 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 19 Nov 2024 15:56:14 -0400 Subject: data, checks: find.{album,track}WithArtwork --- src/data/things/album.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/data/things/album.js') 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] = { -- cgit 1.3.0-6-gf8a5