Skip to content

Commit

Permalink
chore(AnimeDrive): update assets (#8338)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeMiD authored Apr 29, 2024
1 parent bdd6daa commit 58d1852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions websites/A/AnimeDrive/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"animedrive.hu",
"www.animedrive.hu"
],
"version": "1.0.0",
"logo": "https://i.imgur.com/VlBtvJo.png",
"thumbnail": "https://i.imgur.com/uP6s5yc.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/A/AnimeDrive/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/A/AnimeDrive/assets/thumbnail.png",
"color": "#6f0094",
"category": "anime",
"tags": [
"anime",
"animes",
"animedrive"
]
}
}
3 changes: 2 additions & 1 deletion websites/A/AnimeDrive/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const presence = new Presence({

presence.on("UpdateData", async () => {
const presenceData: PresenceData = {
largeImageKey: "https://i.imgur.com/VlBtvJo.png",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/A/AnimeDrive/assets/logo.png",
startTimestamp: browsingTimestamp,
},
{ pathname, search } = document.location;
Expand Down

0 comments on commit 58d1852

Please sign in to comment.