Skip to content

Commit

Permalink
Merge branch 'main' into semid/au/2024-04-29-23-35
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lau <[email protected]>
  • Loading branch information
theusaf authored Apr 29, 2024
2 parents a262838 + 58d1852 commit 17516ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions websites/A/AnimeDrive/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"www.animedrive.hu"
],
"version": "1.0.1",
"logo": "https://i.imgur.com/VlBtvJo.png",
"thumbnail": "https://i.imgur.com/uP6s5yc.png",
"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": [
Expand Down
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
2 changes: 1 addition & 1 deletion websites/S/Stremio/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"web.strem.io",
"web.stremio.com"
],
"version": "2.0.2",
"version": "2.0.3",
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/Stremio/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/Stremio/assets/thumbnail.jpg",
"color": "#8A5AAB",
Expand Down
2 changes: 1 addition & 1 deletion websites/S/Stremio/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enum AppVersion {
}

const enum Assets {
Logo = "https://i.imgur.com/8GsxboI.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/S/Stremio/assets/0.png",
}

function getAppVersion(hostname: string) {
Expand Down

0 comments on commit 17516ee

Please sign in to comment.