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: {
|
discord_rpc: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
client: "Cider",
|
client: "Cider",
|
||||||
clear_on_pause: true,
|
activity: {
|
||||||
hide_buttons: false,
|
|
||||||
show_songlink: false,
|
|
||||||
hide_timestamp: false,
|
|
||||||
state_format: "by {artist}",
|
state_format: "by {artist}",
|
||||||
details_format: "{title}",
|
details_format: "{title}",
|
||||||
|
hide_timestamp: false,
|
||||||
|
buttons: {
|
||||||
|
enabled: true,
|
||||||
|
first: "listenOnCider",
|
||||||
|
second: "viewOnAppleMusic",
|
||||||
|
options: ["listenOnCider", "viewOnAppleMusic", "viewOnOtherMusicServices"]
|
||||||
|
},
|
||||||
|
},
|
||||||
|
clear_on_pause: true
|
||||||
},
|
},
|
||||||
lastfm: {
|
lastfm: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue