mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 23:44:25 -04:00
AppleMusicRichPresence: fix metadata fetching (#2864)
This commit is contained in:
parent
b822542352
commit
292f7d71d3
2 changed files with 46 additions and 36 deletions
|
@ -120,7 +120,7 @@ const settings = definePluginSettings({
|
|||
stateString: {
|
||||
type: OptionType.STRING,
|
||||
description: "Activity state format string",
|
||||
default: "{artist}"
|
||||
default: "{artist} · {album}"
|
||||
},
|
||||
largeImageType: {
|
||||
type: OptionType.SELECT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue