diff options
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 |