Skip to content

Commit

Permalink
chore(LITT Live): update assets (#8143)
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 Mar 3, 2024
1 parent 55ce07e commit dfbf8c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions websites/L/LITT Live/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"*://littlive.com/*",
"*://www.littlive.com/*"
],
"version": "1.0.0",
"logo": "https://i.imgur.com/bs7XU8u.png",
"thumbnail": "https://i.imgur.com/lClvjkY.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/L/LITT%20Live/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/L/LITT%20Live/assets/thumbnail.png",
"color": "#55effa",
"category": "music",
"tags": [
Expand Down
4 changes: 3 additions & 1 deletion websites/L/LITT Live/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ presence.on("UpdateData", async () => {
}

const presenceData: PresenceData = {
largeImageKey: thumbnail ?? "https://i.imgur.com/bs7XU8u.png",
largeImageKey:
thumbnail ??
"https://cdn.rcd.gg/PreMiD/websites/L/LITT%20Live/assets/logo.png",
};

songName = document.querySelector(
Expand Down
4 changes: 2 additions & 2 deletions websites/S/Stake/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"matches": [
"*://stake.com/*"
],
"version": "1.0.10",
"version": "1.0.11",
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/Stake/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/Stake/assets/thumbnail.png",
"color": "#1a2c3a",
Expand Down Expand Up @@ -43,4 +43,4 @@
"value": true
}
]
}
}

0 comments on commit dfbf8c9

Please sign in to comment.