From 3ebae4bb4bbb3652cd8e7b3a71e678744ff8d8bd Mon Sep 17 00:00:00 2001 From: Anaxes <68460474+DiscordAnaxes@users.noreply.github.com> Date: Thu, 26 Dec 2024 05:29:49 +0530 Subject: [PATCH] fix(Spotify Podcasts): show large image cover (#9002) * fix(Spotify Podcasts): large image cover * chore(Spotify Podcasts): bump version --------- Co-authored-by: Anaxes --- websites/S/Spotify Podcasts/metadata.json | 2 +- websites/S/Spotify Podcasts/presence.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/websites/S/Spotify Podcasts/metadata.json b/websites/S/Spotify Podcasts/metadata.json index 4d42b39f851e..fa2c2c891b92 100644 --- a/websites/S/Spotify Podcasts/metadata.json +++ b/websites/S/Spotify Podcasts/metadata.json @@ -33,7 +33,7 @@ "podcasters.spotify.com", "accounts.spotify.com" ], - "version": "2.4.1", + "version": "2.4.2", "logo": "https://cdn.rcd.gg/PreMiD/websites/S/Spotify%20Podcasts/assets/logo.png", "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/Spotify%20Podcasts/assets/thumbnail.png", "color": "#1ed760", diff --git a/websites/S/Spotify Podcasts/presence.ts b/websites/S/Spotify Podcasts/presence.ts index f87a5226e121..297a28700496 100644 --- a/websites/S/Spotify Podcasts/presence.ts +++ b/websites/S/Spotify Podcasts/presence.ts @@ -267,7 +267,7 @@ presence.on("UpdateData", async () => { )?.textContent; presenceData.largeImageKey = document .querySelector( - "div.klz_XuZpllvTMzpJF1gw > div > img.mMx2LUixlnN_Fu45JpFB" + "div._gLjHpwOxHFwo5nLM8hb > div > img.mMx2LUixlnN_Fu45JpFB" ) ?.getAttribute("src"); presenceData.smallImageKey = Assets.Logo;