From b00a03ea22743211cbe9f27c158a41d88219c622 Mon Sep 17 00:00:00 2001 From: yellowsink Date: Thu, 24 Oct 2024 19:59:21 +0000 Subject: [PATCH] deploy: e0cd3730462a17e0d1eb2730192d852f1ba1a962 --- lastfm/plugin.js | 2 +- lastfm/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lastfm/plugin.js b/lastfm/plugin.js index 6bef870..bd1dc70 100644 --- a/lastfm/plugin.js +++ b/lastfm/plugin.js @@ -310,7 +310,7 @@ return; const track = nowPlayingRes.payload.listens[0].track_metadata; await listenBrainzLookupAdditional(track); - let albumArtUrl = !track.additional_info?.release_mbid ? void 0 : `https://coverartarchive.org/release/${track.additional_info.release_mbid}/front`; + let albumArtUrl = !track.additional_info?.release_mbid ? void 0 : `https://aart.yellows.ink/release/${track.additional_info.release_mbid}.webp`; if (albumArtUrl) { const testRes = await fetch(albumArtUrl); if (!testRes.redirected) diff --git a/lastfm/plugin.json b/lastfm/plugin.json index b8c24a5..8152538 100644 --- a/lastfm/plugin.json +++ b/lastfm/plugin.json @@ -1 +1 @@ -{"name":"Last.fm Presence","author":"Yellowsink","description":"Shows your Last.fm now listening as a presence","hash":"9101b0f4ff44485f617d662003a54b73"} \ No newline at end of file +{"name":"Last.fm Presence","author":"Yellowsink","description":"Shows your Last.fm now listening as a presence","hash":"db6fbc700bd8bb37b1ea3b9caff53de9"} \ No newline at end of file