From 97e1d9d4c0a9feb0d0d196fe89c0a7ae058fc867 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 24 Oct 2023 10:14:08 -0700 Subject: [PATCH] fix: artist aliases --- netlify/edge-functions/now-playing.js | 4 ++++ src/_data/json/artist-aliases.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index ae58d666..26739bbd 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -16,6 +16,10 @@ const artistAliases = { artist: 'Osees', aliases: ['OCS', 'The Ohsees', 'Thee Oh Sees', "Thee Oh See's"], }, + { + artist: 'Sněť', + aliases: ['Snet', 'Sne-T'], + }, { artist: 'Tom Waits', aliases: ['Tom Waits & Crystal Gayle', 'Crystal Gayle'], diff --git a/src/_data/json/artist-aliases.json b/src/_data/json/artist-aliases.json index 7957cc8b..db5c71cc 100644 --- a/src/_data/json/artist-aliases.json +++ b/src/_data/json/artist-aliases.json @@ -16,6 +16,10 @@ "artist": "Osees", "aliases": ["OCS", "The Ohsees", "Thee Oh Sees", "Thee Oh See's"] }, + { + "artist": "Sněť", + "aliases": ["Snet", "Sne-T"] + }, { "artist": "Tom Waits", "aliases": ["Tom Waits & Crystal Gayle", "Crystal Gayle"]