Skip to content

Commit

Permalink
chore(AniCrush): update assets (#8085)
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 Feb 20, 2024
1 parent b223466 commit 05d6bfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/A/AniCrush/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"en": "AniCrush - Watch anime for free without ads, immersing yourself in the universe of your favorite shows uninterrupted"
},
"url": "anicrush.to",
"version": "1.0.0",
"logo": "https://i.imgur.com/cwFUt40.png",
"thumbnail": "https://anicrush.to/images/preview.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/A/AniCrush/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/A/AniCrush/assets/thumbnail.png",
"color": "#553c99",
"category": "anime",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/A/AniCrush/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const presence = new Presence({
clientId: "1208440916461887488",
});
const enum Assets {
Logo = "https://i.imgur.com/cwFUt40.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/A/AniCrush/assets/logo.png",
}
let video = {
exists: false,
Expand Down

0 comments on commit 05d6bfc

Please sign in to comment.