chore: move artist alias data to json file

This commit is contained in:
Cory Dransfeldt 2023-07-04 09:51:51 -07:00
parent e62b5276a6
commit 1da33bb2ea
No known key found for this signature in database
3 changed files with 15 additions and 13 deletions

View file

@ -0,0 +1,12 @@
{
"aliases": [
{
"artist": "Osees",
"aliases": ["OCS", "The Ohsees", "Thee Oh Sees", "Thee Oh See's"]
},
{
"artist": "Tom Waits",
"aliases": ["Tom Waits & Crystal Gayle"]
}
]
}