Skip to content

Commit cc9c9e8

Browse files
committed
chore: update assets
1 parent 93f3324 commit cc9c9e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

websites/S/Spotify/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
},
2626
"url": "open.spotify.com",
2727
"regExp": "^https?[:][/][/]open[.]spotify[.]com[/]",
28-
"version": "1.0.0",
29-
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/Spotify%20Podcasts/assets/logo.png",
30-
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/Spotify%20Podcasts/assets/thumbnail.png",
28+
"version": "1.0.1",
29+
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/Spotify/assets/logo.png",
30+
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/Spotify/assets/thumbnail.png",
3131
"color": "#1DB954",
3232
"category": "music",
3333
"tags": [

websites/S/Spotify/presence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const presence = new Presence({
55
})
66

77
enum ActivityAssets {
8-
Logo = 'https://cdn.rcd.gg/PreMiD/websites/S/Spotify%20Podcasts/assets/logo.png',
8+
Logo = 'https://cdn.rcd.gg/PreMiD/websites/S/Spotify/assets/logo.png',
99
}
1010

1111
async function getStrings() {

0 commit comments

Comments
 (0)