Skip to content

Commit

Permalink
chore(Voirdrama): update assets (PreMiD#8451)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeMiD authored Jun 5, 2024
1 parent 6830225 commit 381c302
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/V/Voirdrama/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"fr": "Regarder et telecharger gratuitement vos dramas coréens chinois japonais asiatique en HD et FHD en VF et VOSTFR en streaming ddl sur VOIRDRAMA.COM VOIRDRAMA.ORG"
},
"url": "voirdrama.org",
"version": "1.0.0",
"logo": "https://i.imgur.com/th4BDX4.png",
"thumbnail": "https://i.imgur.com/RUEnOb4.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/V/Voirdrama/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/V/Voirdrama/assets/thumbnail.png",
"color": "#c12035",
"category": "videos",
"tags": [
Expand Down
3 changes: 2 additions & 1 deletion websites/V/Voirdrama/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ presence.on(
presence.on("UpdateData", async () => {
let presenceData: PresenceData = {
details: "Page d'accueil",
largeImageKey: "https://i.imgur.com/th4BDX4.png",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/V/Voirdrama/assets/logo.png",
startTimestamp: browsingTimestamp,
};
const newLang = await presence.getSetting<string>("lang").catch(() => "en");
Expand Down

0 comments on commit 381c302

Please sign in to comment.