store prep
Signed-off-by: Core <core@coredev.uk>
This commit is contained in:
parent
a9b5c4ab5c
commit
50ce78b07b
1 changed files with 12 additions and 6 deletions
|
@ -72,12 +72,18 @@ export class Store {
|
|||
discord_rpc: {
|
||||
enabled: true,
|
||||
client: "Cider",
|
||||
clear_on_pause: true,
|
||||
hide_buttons: false,
|
||||
show_songlink: false,
|
||||
hide_timestamp: false,
|
||||
state_format: "by {artist}",
|
||||
details_format: "{title}",
|
||||
activity: {
|
||||
state_format: "by {artist}",
|
||||
details_format: "{title}",
|
||||
hide_timestamp: false,
|
||||
buttons: {
|
||||
enabled: true,
|
||||
first: "listenOnCider",
|
||||
second: "viewOnAppleMusic",
|
||||
options: ["listenOnCider", "viewOnAppleMusic", "viewOnOtherMusicServices"]
|
||||
},
|
||||
},
|
||||
clear_on_pause: true
|
||||
},
|
||||
lastfm: {
|
||||
enabled: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue