Skip to content

Commit

Permalink
chore(9anime): update assets (#8597)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeMiD authored Jul 24, 2024
1 parent 7cad2c7 commit fc77e77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/0-9/9anime/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"en": "9anime is a free anime website where millions visit to watch anime online."
},
"url": "9animetv.to",
"version": "1.0.0",
"logo": "https://cdn2.steamgriddb.com/icon/6ef77bd3e3cfb00cd02bba48e6e9a9e3.png",
"thumbnail": "https://9animetv.to/images/logo.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/0-9/9anime/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/0-9/9anime/assets/thumbnail.png",
"color": "#A020F0",
"category": "anime",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/0-9/9anime/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 {
Logo = "https://cdn2.steamgriddb.com/icon/6ef77bd3e3cfb00cd02bba48e6e9a9e3.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/0-9/9anime/assets/logo.png",
}
presence.on("UpdateData", async () => {
const presenceData: PresenceData = {
Expand Down

0 comments on commit fc77e77

Please sign in to comment.