Skip to content

Commit

Permalink
chore: update assets (#7486)
Browse files Browse the repository at this point in the history
Signed-off-by: SeMiD <[email protected]>
  • Loading branch information
SeMiD authored Jul 14, 2023
1 parent 47d0fdb commit e9586d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/N/Navidrome/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"www.navidrome.org"
],
"regExp": "navidrome[.]([a-z0-9]+)[.]([a-z0-9]+)",
"version": "1.0.0",
"logo": "https://i.imgur.com/mhD2eIr.png",
"thumbnail": "https://i.imgur.com/Fff0Xgp.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/N/Navidrome/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/N/Navidrome/assets/thumbnail.png",
"color": "#2979ff",
"category": "music",
"tags": [
Expand Down
3 changes: 2 additions & 1 deletion websites/N/Navidrome/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const presence = new Presence({

presence.on("UpdateData", async () => {
const presenceData: PresenceData = {
largeImageKey: "https://i.imgur.com/mhD2eIr.png",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/N/Navidrome/assets/logo.png",
};

// Determine player state
Expand Down

0 comments on commit e9586d6

Please sign in to comment.