link handling for discordrpc.ts

This commit is contained in:
child_duckling 2022-02-26 23:53:21 -08:00
parent 807b75cfd3
commit a5e22d5f0d
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ export default class DiscordRichPresence {
buttons: [
{label: "Listen on Cider", url: attributes.url.cider},
{label: "View on Apple Music", url: attributes.url.appleMusic},
]
] //To change attributes.url => preload/cider-preload.js
};
this._activity = this.filterActivity(this._activity, attributes)