Skip to content

Commit

Permalink
fix(Spotify Podcasts): show large image cover (#9002)
Browse files Browse the repository at this point in the history
* fix(Spotify Podcasts): large image cover

* chore(Spotify Podcasts): bump version

---------

Co-authored-by: Anaxes <DiscordAnaxes@users.noreply.github.com>
  • Loading branch information
DiscordAnaxes and DiscordAnaxes authored Dec 25, 2024
1 parent ee0cf21 commit 3ebae4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion websites/S/Spotify Podcasts/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion websites/S/Spotify Podcasts/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3ebae4b

Please sign in to comment.