sll552 / DiscordBee

MusicBee plugin that updates your Discord status with the currently playing track
Apache License 2.0
423 stars 31 forks source link

Custom Button gives + on space instead of - #195

Closed FrknSnow closed 1 year ago

FrknSnow commented 1 year ago

I'd like to be able to link to RYM but custom button uses + instead of dashes on space in artist name.

sll552 commented 1 year ago

This is expected as + is the correct URL Escaping for a whitespace. But with the next version you can influence the escaping, see #178