Skip to content

Commit

Permalink
chore(Apple Podcasts): update assets (#8736)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeMiD committed Sep 20, 2024
1 parent ae7191a commit a63b22b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/A/Apple Podcasts/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"en": "Apple Podcasts is an audio streaming service and media player application developed by Apple for playing podcasts."
},
"url": "podcasts.apple.com",
"version": "1.0.0",
"logo": "https://i.imgur.com/ibW2CvC.png",
"thumbnail": "https://i.imgur.com/uwYJseY.jpeg",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/A/Apple%20Podcasts/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/A/Apple%20Podcasts/assets/thumbnail.jpeg",
"color": "#6b2ad0",
"category": "music",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/A/Apple Podcasts/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const presence = new Presence({
browsingTimestamp = Math.floor(Date.now() / 1000);

const enum Assets { // Other default assets can be found at index.d.ts
Logo = "https://i.imgur.com/ibW2CvC.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/A/Apple%20Podcasts/assets/logo.png",
}

presence.on("UpdateData", async () => {
Expand Down

0 comments on commit a63b22b

Please sign in to comment.