« get me outta code hell

support albums without cover art - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/yaml.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-05-05 19:33:01 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-05-05 19:33:01 -0300
commit8fd50d6f0ba8dcfcfe34eb1321dc0bdd307b8c6a (patch)
treeb7bed8c523dcdfaa4eec7c89e311457400530807 /src/data/yaml.js
parente943484cf46cfe509b8d68fada06a760ae05545f (diff)
support albums without cover art
Diffstat (limited to 'src/data/yaml.js')
-rw-r--r--src/data/yaml.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js
index fdb7d9c..2e0e985 100644
--- a/src/data/yaml.js
+++ b/src/data/yaml.js
@@ -219,6 +219,7 @@ export const processAlbumDocument = makeProcessDocument(Album, {
         coverArtDate: 'Cover Art Date',
         dateAddedToWiki: 'Date Added',
 
+        hasCoverArt: 'Has Cover Art',
         hasTrackArt: 'Has Track Art',
         isMajorRelease: 'Major Release',
         isListedOnHomepage: 'Listed on Homepage',