diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 76c2e9de..648d00c2 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1703397812142 + "timestamp": 1703470385106 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index b314a478..09cdd047 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -8222,5 +8222,16 @@ "https://social.lol/users/cory/statuses/111633879011227511" ], "lastTootTimestamp": 1703397812138 + }, + "https://erinkissane.com/untangling-threads": { + "id": "aHR0cHM6Ly9lcmlua2lzc2FuZS5jb20vdW50YW5nbGluZy10aHJlYWRz", + "title": "πŸ”—: Untangling Threads", + "url": "https://erinkissane.com/untangling-threads", + "content_text": "πŸ”—: Untangling Threads #Tech #Tech https://erinkissane.com/untangling-threads", + "date_published": "Thu, 21 Dec 2023 22:45:47 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111638635153141546" + ], + "lastTootTimestamp": 1703470385102 } } \ No newline at end of file diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index 757a5918..1cd8fe5f 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -4,6 +4,7 @@ const emojiMap = (genre, artist) => { if (artist === 'Black Flag') return '🏴' if (artist === 'Bruce Springsteen') return 'πŸ‡ΊπŸ‡Έ' if (artist === 'Carcass') return 'πŸ₯Ό' + if (artist === 'Counting Crows') return 'πŸ¦β€β¬›' if (artist === 'David Bowie') return 'πŸ‘¨πŸ»β€πŸŽ€' if (artist === 'Full of Hell & Nothing') return '🫨🎸' if (artist === 'Imperial Triumphant') return '🎭'