AppleMusicRichPresence: fix metadata fetching (#2864)

This commit is contained in:
Ryan Cao 2024-09-14 22:59:05 +08:00 committed by GitHub
parent b822542352
commit 292f7d71d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 46 additions and 36 deletions

View file

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