Skip to content

Commit

Permalink
chore(AnimixPlay): update assets (PreMiD#8712)
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 Sep 5, 2024
1 parent 69ba0a9 commit ad78bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/A/AnimixPlay/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"www1.animixplayer.top",
"animixplay.st"
],
"version": "1.0.1",
"logo": "https://i.postimg.cc/9XLKNDt8/icon-animixplay.png",
"thumbnail": "https://i.ibb.co/jyxY56s/image.png",
"version": "1.0.2",
"logo": "https://cdn.rcd.gg/PreMiD/websites/A/AnimixPlay/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/A/AnimixPlay/assets/thumbnail.png",
"color": "#0000FF",
"category": "anime",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/A/AnimixPlay/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const presence = new Presence({
browsingTimestamp = Math.floor(Date.now() / 1000);

const enum Assets { // Other default assets can be found at index.d.ts
Logo = "https://i.postimg.cc/9XLKNDt8/icon-animixplay.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/A/AnimixPlay/assets/logo.png",
}

let video = {
Expand Down

0 comments on commit ad78bd5

Please sign in to comment.