From 580fcbe4dd9a3302c37ec0596f801b416aef6b06 Mon Sep 17 00:00:00 2001 From: SeMiD Date: Mon, 6 Jan 2025 21:11:42 +0000 Subject: [PATCH] chore(Cineby): update assets (#9116) Signed-off-by: SeMiD Signed-off-by: Daniel Lau <32113157+theusaf@users.noreply.github.com> Co-authored-by: Daniel Lau <32113157+theusaf@users.noreply.github.com> --- websites/C/Cineby/metadata.json | 6 +++--- websites/C/Cineby/presence.ts | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/websites/C/Cineby/metadata.json b/websites/C/Cineby/metadata.json index 0d54118ce6f5..4640326004ee 100644 --- a/websites/C/Cineby/metadata.json +++ b/websites/C/Cineby/metadata.json @@ -10,9 +10,9 @@ "en": "Watch Free TV Shows Online, Watch Free Movies Online" }, "url": "www.cineby.app", - "version": "1.0.0", - "logo": "https://i.imgur.com/zAKeytL.png", - "thumbnail": "https://i.imgur.com/MrvcmcK.png", + "version": "1.0.1", + "logo": "https://cdn.rcd.gg/PreMiD/websites/C/Cineby/assets/logo.png", + "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/C/Cineby/assets/thumbnail.png", "color": "#fb0013", "category": "videos", "tags": [ diff --git a/websites/C/Cineby/presence.ts b/websites/C/Cineby/presence.ts index c23d308fc7c8..f5d4085a7d05 100644 --- a/websites/C/Cineby/presence.ts +++ b/websites/C/Cineby/presence.ts @@ -7,7 +7,8 @@ const presence = new Presence({ presence.on("UpdateData", async () => { const presenceData: PresenceData = { - largeImageKey: "https://i.imgur.com/zAKeytL.png", + largeImageKey: + "https://cdn.rcd.gg/PreMiD/websites/C/Cineby/assets/logo.png", details: "Browsing", type: ActivityType.Watching, startTimestamp,