chore: alphabatize + edit exceptions

This commit is contained in:
Cory Dransfeldt 2023-07-17 19:31:42 -07:00
parent 90086bac22
commit 1e0ed8d6a8
No known key found for this signature in database

View file

@ -14,20 +14,21 @@ const sanitizeAlbum = (album) => {
const titleCase = (string) => {
const exceptions = [
'of',
'the',
'a',
'and',
'but',
'an',
'for',
'if',
'nor',
'or',
'so',
'yet',
'a',
'an',
'in',
'is',
'it',
'nor',
'of',
'or',
'so',
'the',
'yet',
]
if (!string) return ''
return string