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: { discord_rpc: {
enabled: true, enabled: true,
client: "Cider", client: "Cider",
clear_on_pause: true, activity: {
hide_buttons: false, state_format: "by {artist}",
show_songlink: false, details_format: "{title}",
hide_timestamp: false, hide_timestamp: false,
state_format: "by {artist}", buttons: {
details_format: "{title}", enabled: true,
first: "listenOnCider",
second: "viewOnAppleMusic",
options: ["listenOnCider", "viewOnAppleMusic", "viewOnOtherMusicServices"]
},
},
clear_on_pause: true
}, },
lastfm: { lastfm: {
enabled: false, enabled: false,