Skip to content

Commit

Permalink
chore(Kick): format code (#8829)
Browse files Browse the repository at this point in the history
Signed-off-by: SeMiD <[email protected]>
  • Loading branch information
SeMiD authored Oct 23, 2024
1 parent c19f431 commit 3da10f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion websites/K/Kick/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"kick.com",
"help.kick.com"
],
"version": "1.1.0",
"version": "1.1.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/K/Kick/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/K/Kick/assets/thumbnail.png",
"color": "#53fc18",
Expand Down
3 changes: 1 addition & 2 deletions websites/K/Kick/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ function getPageData(
buttons,
};
} else if (streamer && titleEl?.includes("VOD")) {
const smallImageKey = "";
return {
details: document.querySelector<HTMLMetaElement>(
'meta[name="description"]'
Expand All @@ -202,7 +201,7 @@ function getPageData(
largeImageKey:
document.querySelector<HTMLImageElement>(".owner-avatar img")
?.src,
smallImageKey,
smallImageKey: "",
buttons: [
{
label: "Watch Stream VOD",
Expand Down

0 comments on commit 3da10f1

Please sign in to comment.