Skip to content

Commit

Permalink
deploy: e0cd373
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsink committed Oct 24, 2024
1 parent 9737147 commit b00a03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lastfm/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lastfm/plugin.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Last.fm Presence","author":"Yellowsink","description":"Shows your Last.fm now listening as a presence","hash":"9101b0f4ff44485f617d662003a54b73"}
{"name":"Last.fm Presence","author":"Yellowsink","description":"Shows your Last.fm now listening as a presence","hash":"db6fbc700bd8bb37b1ea3b9caff53de9"}

0 comments on commit b00a03e

Please sign in to comment.