chore: Prettified Code
[ci skip]
This commit is contained in:
parent
9cb864b971
commit
ab6abd2b62
1 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ export default class DiscordRPC {
|
|||
activity.buttons = [
|
||||
{ label: "Listen on Cider", url: attributes.url.cider },
|
||||
{ label: "View on Apple Music", url: attributes.url.appleMusic },
|
||||
... showSongLink ? [{label: "Song.link", url: 'https://song.link/i/' + attributes.songId}] : []
|
||||
...(showSongLink ? [{ label: "Song.link", url: "https://song.link/i/" + attributes.songId }] : []),
|
||||
]; //To change attributes.url => preload/cider-preload.js
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue