store prep

Signed-off-by: Core <core@coredev.uk>
This commit is contained in:
Core 2022-09-15 18:59:09 +01:00
parent a9b5c4ab5c
commit 50ce78b07b
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -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,