Skip to content

Commit

Permalink
chore(StreamEast): update assets (#9013)
Browse files Browse the repository at this point in the history
chore: update assets

Signed-off-by: SeMiD <[email protected]>
  • Loading branch information
SeMiD authored Dec 29, 2024
1 parent eb32315 commit df8b419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/S/StreamEast/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"en": "StreamEast is a free HD sports streaming platform."
},
"url": "the.streameast.app",
"version": "1.0.0",
"logo": "https://i.ibb.co/gr5gcV8/file.jpg",
"thumbnail": "https://i.ibb.co/TRTWLnT/ACE-Takes-Down-Meth-Streams-Clones3.jpg",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/StreamEast/assets/logo.jpg",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/StreamEast/assets/thumbnail.jpg",
"color": "#E10601",
"category": "videos",
"tags": [
Expand Down
3 changes: 2 additions & 1 deletion websites/S/StreamEast/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.ibb.co/gr5gcV8/file.jpg",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/S/StreamEast/assets/logo.jpg",
startTimestamp: browsingTimestamp,
},
{ pathname } = document.location;
Expand Down

0 comments on commit df8b419

Please sign in to comment.