chore: aliasing and layout fixes

This commit is contained in:
Cory Dransfeldt 2023-07-03 20:00:57 -07:00
parent 2dbf19dabb
commit f6e2b45230
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,10 @@ const artistAliases = [
artist: 'Osees',
aliases: ['OCS', 'The Ohsees', 'Thee Oh Sees', "Thee Oh See's"],
},
{
artist: 'Tom Waits',
aliases: ['Tom Waits & Crystal Gayle'],
},
]
const aliasArtists = (array) => {