Skip to content

Commit

Permalink
chore(라프텔): update assets (#7537)
Browse files Browse the repository at this point in the history
* chore: update assets

Signed-off-by: SeMiD <[email protected]>

* chore: add noop to resolve deepscan issues

Signed-off-by: Daniel Lau <[email protected]>

* chore: run prettier

---------

Signed-off-by: SeMiD <[email protected]>
Signed-off-by: Daniel Lau <[email protected]>
Co-authored-by: Daniel Lau <[email protected]>
Co-authored-by: theusaf <[email protected]>
  • Loading branch information
3 people authored Aug 1, 2023
1 parent 19396b3 commit d194914
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 6 additions & 4 deletions websites/#/라프텔/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"name": "remuring_"
},
"service": "라프텔",
"altnames": ["laftel"],
"altnames": [
"laftel"
],
"description": {
"en": "Korean animation OTT streaming service.",
"ko_KR": "한국에서 서비스하는 애니 OTT 스트리밍 서비스"
},
"url": "laftel.net",
"version": "1.0.0",
"logo": "https://i.imgur.com/PDh4ncE.jpg",
"thumbnail": "https://i.imgur.com/u227QRb.jpg",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/%23/%EB%9D%BC%ED%94%84%ED%85%94/assets/logo.jpg",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/%23/%EB%9D%BC%ED%94%84%ED%85%94/assets/thumbnail.jpg",
"color": "#816BFF",
"category": "anime",
"tags": [
Expand Down
7 changes: 6 additions & 1 deletion websites/#/라프텔/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ let prevData = "",
animeDataEpisode: episode = {};

/* eslint-disable camelcase */
// This is just to make sure that the above line is not removed by eslint
// while at the same time passing Deepscan issues.
const unused_variable = (a: number, b: number) => a + b;
unused_variable(1, 2);
type detail = {
id?: string;
name?: string;
Expand All @@ -31,7 +35,8 @@ type episode = {
presence.on("UpdateData", async () => {
const { pathname, search } = document.location,
presenceData: PresenceData = {
largeImageKey: "https://i.imgur.com/PDh4ncE.jpg",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/%23/%EB%9D%BC%ED%94%84%ED%85%94/assets/logo.jpg",
};

if (pathname === "/") {
Expand Down

0 comments on commit d194914

Please sign in to comment.