userinfo: ; to , in spotify state

This commit is contained in:
Cynthia Foxwell 2025-07-09 16:31:25 -06:00
parent 4a39ba26e8
commit 94968141ff
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -379,7 +379,7 @@ userinfo.callback = async function (msg, line) {
ActivityTypeNames[activity.type]
} **${
activity.name === "Spotify"
? `[${activity.state}](https://open.spotify.com/track/${activity.sync_id})`
? `[${activity.state.replaceAll("; ", ", ")}](https://open.spotify.com/track/${activity.sync_id})`
: activity.name
}**`.trim()
);