« get me outta code hell

add some missing albums - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-11-14 12:35:09 -0400
committerFlorrie <towerofnix@gmail.com>2019-11-14 12:35:09 -0400
commit7623fd1ac8f9df65658e5886f595f656e09eda08 (patch)
tree314ea394e484336354d963701853772cdc225c47 /upd8.js
parent7e2ea7b8be7607cc56ffd8a57250e8412a525ce4 (diff)
add some missing albums
still a few more to go after this
Diffstat (limited to 'upd8.js')
-rw-r--r--upd8.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/upd8.js b/upd8.js
index cbd1e68..ac346ef 100644
--- a/upd8.js
+++ b/upd8.js
@@ -266,9 +266,7 @@ async function processAlbumDataFile(file) {
     }
 
     if (!albumCoverArtists) {
-        // The Squiddles al8um doesn't have any kind of cover art attri8ution
-        // seemingly anywhere, so... just leaving this commented out for now.
-        // console.warn(`The album "${albumName}" is missing the "Cover Art" field.`);
+        return {error: `The album "${albumName}" is missing the "Cover Art" field.`};
     }
 
     // I don't like these varia8le names. I'm sorry. -- I only really use the