we do a little rebranding.
This commit is contained in:
parent
42680aff79
commit
37e9c8276e
7 changed files with 7 additions and 3 deletions
|
@ -67,7 +67,7 @@ module.exports = {
|
|||
state: `by ${attributes.artistName}`,
|
||||
startTimestamp: attributes.startTime,
|
||||
endTimestamp: attributes.endTime,
|
||||
largeImageKey: ((app.cfg.get('general.discordRPC') === 'am-title') ? 'apple' : 'logo'),
|
||||
largeImageKey: ((app.cfg.get('general.discordRPC') === 'am-title') ? 'apple' : 'cider'),
|
||||
largeImageText: attributes.albumName,
|
||||
smallImageKey: (attributes.status ? 'play' : 'pause'),
|
||||
smallImageText: (attributes.status ? 'Playing': 'Paused'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue