Skip to content

Commit

Permalink
chore(Cineby): update assets (#9116)
Browse files Browse the repository at this point in the history
Signed-off-by: SeMiD <[email protected]>
Signed-off-by: Daniel Lau <[email protected]>
Co-authored-by: Daniel Lau <[email protected]>
  • Loading branch information
SeMiD and theusaf authored Jan 6, 2025
1 parent 0032ea1 commit 580fcbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/C/Cineby/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion websites/C/Cineby/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 580fcbe

Please sign in to comment.