Skip to content

Commit

Permalink
chore(AnimeUnity): update assets (#8596)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeMiD committed Jul 24, 2024
1 parent 410bf96 commit 680771e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions websites/A/AnimeUnity/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@
"it": "AnimeUnity è un sito di streaming & download di anime ita/sub ita con un archivio molto vasto e streaming veloce"
},
"url": "animeunity.to",
"version": "1.0.0",
"logo": "https://i.imgur.com/0Ak30uP.png",
"thumbnail": "https://i.imgur.com/bEJlxsX.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/A/AnimeUnity/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/A/AnimeUnity/assets/thumbnail.png",
"color": "#ffffff",
"category": "anime",
"tags": [
"animeunity",
"anime",
"sub-ita"
],
"iframe": true,
"iFrameRegExp": ".*",
"settings": [
{
"id": "lang",
Expand All @@ -31,7 +33,5 @@
"icon": "fad fa-images",
"value": true
}
],
"iframe": true,
"iFrameRegExp": ".*"
]
}
2 changes: 1 addition & 1 deletion websites/A/AnimeUnity/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const presence = new Presence({
});

const enum Assets {
Logo = "https://i.imgur.com/0Ak30uP.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/A/AnimeUnity/assets/logo.png",
}

async function getStrings() {
Expand Down

0 comments on commit 680771e

Please sign in to comment.