chore: aliasing and layout fixes
This commit is contained in:
parent
2dbf19dabb
commit
f6e2b45230
2 changed files with 5 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Reference in a new issue