From d8c4d37cb4650b95472aa23a65ecd0153f02b690 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 3 Dec 2023 08:22:36 -0800 Subject: [PATCH] chore: properly patch missing mbids --- netlify/edge-functions/now-playing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index 460dd1e6..5d3ca307 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -6,7 +6,6 @@ const emojiMap = (genre, artist) => { if (artist === 'Full of Hell & Nothing') return '🫨🎸' if (artist === 'Imperial Triumphant') return '🎭' if (artist === 'Minor Threat') return 'πŸ‘¨πŸ»β€πŸ¦²' - if (artist === 'Panopticon') return 'πŸͺ•πŸͺ¦' if (artist === 'Taylor Swift') return 'πŸ‘ΈπŸΌ' // early return for bad input @@ -141,6 +140,7 @@ export default async () => { if (artist === 'Ghastly') mbid = '70f969df-7fc1-421e-afad-678c0bbd1aea' if (artist === 'Krallice') mbid = 'b4e4b359-76a3-447e-be1d-80a24887134e' if (artist === 'Osees') mbid = '194272cc-dcc8-4640-a4a6-66da7d250d5c' + if (artist === 'Panopticon') mbid = 'd9b1f00a-31a7-4f64-9f29-8481e7be8911' if (artist === 'Pigment Vehicle') mbid = 'c421f86c-991c-4b2d-9058-516375903deb' if (artist === 'Worm') mbid = '6313658e-cd68-4c81-9778-17ce3825748e'