diff options
author | Florrie <towerofnix@gmail.com> | 2019-11-14 12:35:09 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-11-14 12:35:09 -0400 |
commit | 7623fd1ac8f9df65658e5886f595f656e09eda08 (patch) | |
tree | 314ea394e484336354d963701853772cdc225c47 /upd8.js | |
parent | 7e2ea7b8be7607cc56ffd8a57250e8412a525ce4 (diff) |
add some missing albums
still a few more to go after this
Diffstat (limited to 'upd8.js')
-rw-r--r-- | upd8.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/upd8.js b/upd8.js index cbd1e680..ac346ef6 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 |